Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 19s
18 lines
321 B
YAML
18 lines
321 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
vendaweb-api:
|
|
image: 172.35.0.216/library/vendaweb-api:latest
|
|
ports:
|
|
- "8065:8065"
|
|
networks:
|
|
- simplifique-network
|
|
deploy:
|
|
replicas: 4
|
|
update_config:
|
|
order: start-first
|
|
parallelism: 1
|
|
|
|
networks:
|
|
simplifique-network:
|
|
external: true |