-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
#9 demonstrated Docker Compose format 2.0 for compatibility with Docker Swarm, but #14 made changes that conflict with #9.
New plan:
- Update
docker-compose.ymlandlocal-compose.ymlto the 2.0 format local-compose.ymlextendsdocker-compose.yml- Use
network_mode: bridgeindocker-compose.yml
docker-compose.yml will work on Triton, local-compose.yml will work in local Docker and Swarm environments. After the completion of https://smartos.org/bugview/DOCKER-723 and related tickets, we can drop network_mode: bridge from docker-compose.yml.