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