forked from jakub/ansible
feat: define backend network configuration in BetterShift compose file
This commit is contained in:
@@ -17,3 +17,11 @@ services:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Prague
|
- TZ=Europe/Prague
|
||||||
|
|
||||||
|
networks:
|
||||||
|
backend:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.20.0.0/24
|
||||||
|
gateway: 172.20.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user