Add gateway network to standalone docker-compose
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -20,4 +20,10 @@ services:
|
|||||||
- ARTERY_EXTERNAL_URL=/artery
|
- ARTERY_EXTERNAL_URL=/artery
|
||||||
- ATLAS_EXTERNAL_URL=/atlas
|
- ATLAS_EXTERNAL_URL=/atlas
|
||||||
- STATION_EXTERNAL_URL=/station
|
- STATION_EXTERNAL_URL=/station
|
||||||
|
networks:
|
||||||
|
- gateway
|
||||||
command: uvicorn run:app --host 0.0.0.0 --port 8000 --reload
|
command: uvicorn run:app --host 0.0.0.0 --port 8000 --reload
|
||||||
|
|
||||||
|
networks:
|
||||||
|
gateway:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user