Fixed docker-compose bridge
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-28 21:27:30 +01:00
parent 3a9b6704cd
commit 0a744e5869

View file

@ -20,11 +20,12 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
depends_on: depends_on:
- mc-web - web
dns: dns:
- 8.8.8.8 - 8.8.8.8
- 1.1.1.1 - 1.1.1.1
network_mode: "bridge" networks:
- web_traffic
networks: networks:
web_traffic: web_traffic: