chore: ignore Coolify documentation file and remove unused environment variable from docker-compose

This commit is contained in:
GuavaPopper
2026-06-11 20:19:38 +07:00
parent 3a4bc2d8f2
commit 5b01c6b119
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -24,3 +24,4 @@ Homestead.yaml
Thumbs.db
coolify-deployment.md
COOLIFY_DOCKER_COMPOSE_KNOWLEDGE.md
-1
View File
@@ -7,7 +7,6 @@ services:
expose:
- "80"
environment:
SERVICE_URL_APP_80: "${SERVICE_URL_APP_80:-}"
APP_NAME: "${APP_NAME:-WebGIS SPBU}"
APP_ENV: "${APP_ENV:-production}"
APP_DEBUG: "${APP_DEBUG:-false}"