fix: update vendaweb-api configuration in docker-compose.yml
This commit is contained in:
parent
7022d491ce
commit
937b3f37ab
|
|
@ -2,13 +2,14 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
vendaweb-api:
|
vendaweb-api:
|
||||||
image: http://10.1.1.124:8082/library/vendaweb-api:latest
|
image: 10.1.1.124:8082/library/vendaweb-api:latest
|
||||||
|
command: npm run start:prod
|
||||||
ports:
|
ports:
|
||||||
- "8065:8065"
|
- "8066:8065"
|
||||||
networks:
|
networks:
|
||||||
- juru-network
|
- juru-network
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 4
|
replicas: 1
|
||||||
update_config:
|
update_config:
|
||||||
order: start-first
|
order: start-first
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue