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