Skip to content

Commit

Permalink
only define overlay net in the main deploy docker compose so that it …
Browse files Browse the repository at this point in the history
…keeps attachable
  • Loading branch information
rikukissa committed Dec 15, 2023
1 parent 008d092 commit 5d4b622
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions infrastructure/docker-compose.demo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,3 @@ services:
- mongo3
environment:
- REPLICAS=3

networks:
overlay_net: {}
3 changes: 0 additions & 3 deletions infrastructure/docker-compose.development-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,3 @@ services:
environment:
- QA_ENV=true
- NODE_ENV=production

networks:
overlay_net: {}
3 changes: 0 additions & 3 deletions infrastructure/docker-compose.production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,3 @@ services:
- mongo3
environment:
- REPLICAS=3

networks:
overlay_net: {}
1 change: 0 additions & 1 deletion infrastructure/docker-compose.qa-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ services:
- vpn

networks:
overlay_net: {}
vpn:
driver: overlay
attachable: false
3 changes: 0 additions & 3 deletions infrastructure/docker-compose.staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,3 @@ services:
environment:
- QA_ENV=true
- NODE_ENV=production

networks:
overlay_net: {}

0 comments on commit 5d4b622

Please sign in to comment.