mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
nettoyage du code
This commit is contained in:
+2
-3
@@ -57,7 +57,8 @@ services:
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "redis-cli -a \"$${REDIS_PASSWORD}\" ping | grep -q PONG"]
|
||||
test:
|
||||
["CMD-SHELL", 'redis-cli -a "$${REDIS_PASSWORD}" ping | grep -q PONG']
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
@@ -115,8 +116,6 @@ services:
|
||||
condition: service_healthy
|
||||
api:
|
||||
condition: service_started
|
||||
ports:
|
||||
- "${BOT_PORT}:4100"
|
||||
networks:
|
||||
- edge_net
|
||||
- backend_net
|
||||
|
||||
Reference in New Issue
Block a user