Skip to content

Commit

Permalink
chore: add custom docker networks to avoid collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed May 25, 2020
1 parent 175b5e1 commit 43cadf0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/docker-compose.data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ services:
init: true
user: '${UID}'
tty: true

networks:
- network-covid19_scenarios-dev-data

networks:
network-covid19_scenarios-dev-data:
ipam:
config:
- subnet: 172.16.238.0/24
9 changes: 9 additions & 0 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ services:
init: true
user: '${UID}'
tty: true

networks:
- network-covid19_scenarios-dev

networks:
network-covid19_scenarios-dev:
ipam:
config:
- subnet: 172.16.239.0/24

0 comments on commit 43cadf0

Please sign in to comment.