mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 03:56:54 -06:00
ENVIROMNENT
This commit is contained in:
parent
d8d56050f5
commit
0546a3f8c0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user