Merge pull request 'fix: restore published port for myai-web + watchtower label' (#17) from main into staging
Build and Push Docker Images Staging / build (push) Successful in 12s
Build and Push Docker Images Staging / build (push) Successful in 12s
This commit was merged in pull request #17.
This commit is contained in:
@@ -265,6 +265,8 @@ services:
|
||||
container_name: myai-web
|
||||
depends_on:
|
||||
- api
|
||||
ports:
|
||||
- "${WEB_PORT:-5000}:8080"
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Staging}
|
||||
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
|
||||
@@ -274,6 +276,8 @@ services:
|
||||
networks:
|
||||
- myai-network
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
networks:
|
||||
myai-network:
|
||||
|
||||
Reference in New Issue
Block a user