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_PORT=8080
MIRROR_PORT=11233
# Server URL - Set your application url
SERVER_URL=http://localhost:8080

View File

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