diff --git a/compose.yaml b/compose.yaml index eeb6dca..7ad7da0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,3 +10,13 @@ services: volumes: - ./.env:/src/.env image: ci.svs-tech.pro/mns-mini-skamja:${BRANCH:-dev} + networks: + - minimal_bridge + +networks: + minimal_bridge: + driver: bridge + ipam: + config: + - subnet: 10.66.0.0/30 + gateway: 10.66.0.1 \ No newline at end of file