Staging to Production #51
@@ -265,6 +265,8 @@ services:
|
|||||||
container_name: myai-web
|
container_name: myai-web
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
ports:
|
||||||
|
- "${WEB_PORT:-5000}:8080"
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Staging}
|
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Staging}
|
||||||
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
|
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
|
||||||
@@ -274,6 +276,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- myai-network
|
- myai-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
myai-network:
|
myai-network:
|
||||||
|
|||||||
Reference in New Issue
Block a user