ajuste docker

This commit is contained in:
Thiago Borges
2025-07-04 14:10:22 -03:00
parent 427c994993
commit 94d9342aa5
3 changed files with 24 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
services:
api:
container_name: evolution_api
image: evolution/api:local
build: .
build:
target: dev
restart: always
ports:
- 8080:8080
volumes:
- evolution_instances:/evolution/instances
- ./:/evolution
networks:
- evolution-net
env_file: