chore: adicionando docker-compose para o Portainer
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 26s
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 26s
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user