mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
docker changes
This commit is contained in:
parent
2805cdd99e
commit
37b7aa28be
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user