fix: update references to docker-compose file and remove unused compose files

This commit is contained in:
hamed
2026-06-25 21:40:51 +03:30
parent b56d37f97f
commit 29badf8d68
5 changed files with 7 additions and 37 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Coolify Environment Variables — ClinicPro (Docker Compose)
# ------------------------------------------------------------
# Copy these into the Coolify resource's "Environment Variables" tab.
# Only the variables referenced as ${...} in docker-compose.coolify.yaml
# Only the variables referenced as ${...} in docker-compose.yml
# need to be set here. DATABASE_URL / MESSENGER_TRANSPORT_DSN / REDIS_URL
# are built INSIDE the compose file from the mariadb/redis service names.
# ============================================================