This commit is contained in:
2026-04-05 20:14:30 +00:00
parent 22ac0aa781
commit 1606778518
12 changed files with 130 additions and 57 deletions

View File

@@ -16,6 +16,12 @@ services:
condition: service_healthy
redis:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "nc -z 127.0.0.1 9000"]
interval: 5s
timeout: 3s
retries: 20
start_period: 45s
environment:
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=1
@@ -32,7 +38,8 @@ services:
networks:
- termanager2
depends_on:
- app
app:
condition: service_healthy
mariadb:
image: mariadb:11