chore: Update APP_NAME environment variable in docker-compose.prod.yml

This commit is contained in:
Andras Bacsai
2024-09-13 13:13:23 +02:00
parent ba860398f3
commit ecd98bfcd5
2 changed files with 3 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ services:
volumes:
- ./storage:/var/www/html/storage
environment:
APP_NAME: "${APP_NAME:-Coolify}"
SOKETI_DEBUG: "${SOKETI_DEBUG:-false}"
SOKETI_DEFAULT_APP_ID: "${PUSHER_APP_ID}"
SOKETI_DEFAULT_APP_KEY: "${PUSHER_APP_KEY}"