Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 26s
10 lines
188 B
YAML
10 lines
188 B
YAML
version: '3.8'
|
|
services:
|
|
api:
|
|
image: 172.35.0.216/library/api-teste:latest
|
|
ports:
|
|
- "3001:3000"
|
|
deploy:
|
|
replicas: 1
|
|
update_config:
|
|
order: stop-first |