chore: add restart always policy to nginx
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 14m33s

This commit is contained in:
jade
2026-07-24 09:45:23 +09:00
parent 44c2fcebba
commit 51f37cfcbc

View File

@@ -56,6 +56,7 @@ services:
depends_on: depends_on:
redis: redis:
condition: service_healthy condition: service_healthy
restart: always
# ========================================== # ==========================================
# BLUE SERVICES # BLUE SERVICES