Skip to content

Commit

Permalink
[MODIFY] <docker-compose.yml> Add setting for deploy stack in docker …
Browse files Browse the repository at this point in the history
…swarm
  • Loading branch information
parkjinhong03 committed Dec 10, 2020
1 parent 4aa4f12 commit e2dcb6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ services:
- DB_PASSWORD=${DB_PASSWORD}
- CONSUL_ADDR=${CONSUL_ADDRESS}
- JAEGER_ADDR=${JAEGER_ADDRESS}
deploy:
mode: replicated
replicas: 1
labels: [APP=service-outing]

networks:
dms-sms-local:
name: dms-sms-local
driver: bridge
driver: overlay

0 comments on commit e2dcb6e

Please sign in to comment.