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:
|
||||
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:
|
||||
- "8065:8065"
|
||||
- "8066:8065"
|
||||
networks:
|
||||
- juru-network
|
||||
deploy:
|
||||
replicas: 4
|
||||
replicas: 1
|
||||
update_config:
|
||||
order: start-first
|
||||
parallelism: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue