mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 11:37:23 -06:00
add depends on redis
This commit is contained in:
parent
0ef36ef4cf
commit
97470bc731
@ -4,6 +4,7 @@ services:
|
|||||||
image: ghcr.io/ai-chat-os/evolution-api:v2.2.1-redis-on
|
image: ghcr.io/ai-chat-os/evolution-api:v2.2.1-redis-on
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
- redis
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
# 1- Add the Env key values pair to /etc/environment file
|
# 1- Add the Env key values pair to /etc/environment file
|
||||||
|
Loading…
Reference in New Issue
Block a user