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
|
command: npm run start:prod
|
||||||
ports:
|
ports:
|
||||||
- "8066:8066"
|
- "8066:8066"
|
||||||
networks:
|
# networks:
|
||||||
- juru-network
|
# - juru-network
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
update_config:
|
update_config:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue