ENVIROMNENT

This commit is contained in:
pedro-php 2025-04-11 11:39:48 -03:00
parent d8d56050f5
commit 0546a3f8c0

View File

@ -1,6 +1,6 @@
services:
api:
container_name: evolution_api
container_name: evolution_api_${ENVIROMNENT}
build: .
#image: evoapicloud/evolution-api:latest
restart: always
@ -22,7 +22,7 @@ services:
image: redis:latest
networks:
- evolution-net
container_name: redis
container_name: redis_${ENVIROMNENT}
command: >
redis-server --port 6379 --appendonly yes
volumes:
@ -31,7 +31,7 @@ services:
- ${REDIS_PORT}:6379
postgres:
container_name: postgres
container_name: postgres_${ENVIROMNENT}
image: postgres:15
networks:
- evolution-net