fix: comment out networks section in docker-compose.yml
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 32s
Details
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 32s
Details
This commit is contained in:
parent
b034330e34
commit
c75f8ed9f4
|
|
@ -6,8 +6,8 @@ services:
|
|||
command: npm run start:prod
|
||||
ports:
|
||||
- "8066:8066"
|
||||
networks:
|
||||
- juru-network
|
||||
# networks:
|
||||
# - juru-network
|
||||
deploy:
|
||||
replicas: 1
|
||||
update_config:
|
||||
|
|
|
|||
Loading…
Reference in New Issue