docker changes

This commit is contained in:
pedro-php 2025-04-11 14:57:03 -03:00
parent 2805cdd99e
commit 37b7aa28be
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
ENVIROMNENT="dev"
SERVER_TYPE=http SERVER_TYPE=http
SERVER_PORT=8080 SERVER_PORT=8080
MIRROR_PORT=11233
# Server URL - Set your application url # Server URL - Set your application url
SERVER_URL=http://localhost:8080 SERVER_URL=http://localhost:8080

View File

@ -8,7 +8,7 @@ services:
- redis - redis
- postgres - postgres
ports: ports:
- ${SERVER_PORT}:8080 - ${MIRROR_PORT}:8080
volumes: volumes:
- evolution_instances:/evolution/instances - evolution_instances:/evolution/instances
networks: networks:
@ -16,7 +16,7 @@ services:
env_file: env_file:
- .env - .env
expose: expose:
- ${SERVER_PORT} - ${MIRROR_PORT}
redis: redis:
image: redis:latest image: redis:latest