4
0
forked from jakub/ansible

feat: define backend network configuration in BetterShift compose file

This commit is contained in:
martin.fencl
2026-07-24 23:11:45 +02:00
parent e0c6bf3866
commit 5bcd9169bf
@@ -17,3 +17,11 @@ services:
environment:
- TZ=Europe/Prague
networks:
backend:
driver: bridge
ipam:
config:
- subnet: 172.20.0.0/24
gateway: 172.20.0.1