Skip to content

Commit

Permalink
Merge pull request #704 from neherlab/chore/docker-subnet
Browse files Browse the repository at this point in the history
chore: add custom docker networks to avoid collisions
  • Loading branch information
ivan-aksamentov authored May 25, 2020
2 parents 175b5e1 + 43cadf0 commit 3a30ef3
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

1 comment on commit 3a30ef3

@vercel
Copy link

@vercel vercel bot commented on 3a30ef3 May 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.