chore: ignore Coolify documentation file and remove unused environment variable from docker-compose
This commit is contained in:
@@ -24,3 +24,4 @@ Homestead.yaml
|
|||||||
Thumbs.db
|
Thumbs.db
|
||||||
coolify-deployment.md
|
coolify-deployment.md
|
||||||
|
|
||||||
|
COOLIFY_DOCKER_COMPOSE_KNOWLEDGE.md
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
environment:
|
environment:
|
||||||
SERVICE_URL_APP_80: "${SERVICE_URL_APP_80:-}"
|
|
||||||
APP_NAME: "${APP_NAME:-WebGIS SPBU}"
|
APP_NAME: "${APP_NAME:-WebGIS SPBU}"
|
||||||
APP_ENV: "${APP_ENV:-production}"
|
APP_ENV: "${APP_ENV:-production}"
|
||||||
APP_DEBUG: "${APP_DEBUG:-false}"
|
APP_DEBUG: "${APP_DEBUG:-false}"
|
||||||
|
|||||||
Reference in New Issue
Block a user