first
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 19s

This commit is contained in:
2026-01-02 18:31:38 -05:00
parent 395c6de2c6
commit 7a9a40e859
6 changed files with 96 additions and 39 deletions

View File

@@ -1,14 +1,18 @@
version: '3.8'
services:
vendaweb:
image: link70/vendaweb
deploy:
replicas: 20
resources:
limits:
cpus: '0.5'
memory: 512M
vendaweb-api:
image: 172.35.0.216/library/vendaweb-api:latest
ports:
- "8065:8065"
restart: always
networks:
- simplifique-network
deploy:
replicas: 4
update_config:
order: start-first
parallelism: 1
networks:
simplifique-network:
external: true