Add gateway network to standalone docker-compose
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
buenosairesam
2026-01-02 23:39:50 -03:00
parent c4e1f240b8
commit 283fb68b7c

View File

@@ -20,4 +20,10 @@ services:
- ARTERY_EXTERNAL_URL=/artery
- ATLAS_EXTERNAL_URL=/atlas
- STATION_EXTERNAL_URL=/station
networks:
- gateway
command: uvicorn run:app --host 0.0.0.0 --port 8000 --reload
networks:
gateway:
external: true