mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -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:
|
||||
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
|
||||
depends_on:
|
||||
- redis
|
||||
@ -19,6 +19,8 @@ services:
|
||||
NEW_RELIC_DISTRIBUTED_TRACING_ENABLED: true
|
||||
NEW_RELIC_LOG: stdout
|
||||
NODE_ENV: PROD
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- evolution_instances:/evolution/instances
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user