mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-17 12:42:54 -06:00
Upgrade Evolution API container image to v2.2.3
This commit is contained in:
parent
10183f26df
commit
1911c53289
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
container_name: evolution_api
|
container_name: evolution_api
|
||||||
image: ghcr.io/ai-chat-os/evolution-api:v2.2.1-redis-on
|
image: ghcr.io/ai-chat-os/evolution-api:v2.2.3
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
@ -19,6 +19,8 @@ services:
|
|||||||
NEW_RELIC_DISTRIBUTED_TRACING_ENABLED: true
|
NEW_RELIC_DISTRIBUTED_TRACING_ENABLED: true
|
||||||
NEW_RELIC_LOG: stdout
|
NEW_RELIC_LOG: stdout
|
||||||
NODE_ENV: PROD
|
NODE_ENV: PROD
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- evolution_instances:/evolution/instances
|
- evolution_instances:/evolution/instances
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user