refactor(templates): replace SERVICE_FQDN variables with SERVICE_URL in compose files for consistency

This commit is contained in:
Andras Bacsai
2025-08-11 21:32:40 +02:00
parent 970fd3d9e6
commit 37c423636a
6 changed files with 11 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ services:
timeout: 1s
retries: 3
environment:
- SERVICE_FQDN_PTERODACTYL_80
- SERVICE_URL_PTERODACTYL_80
- ADMIN_EMAIL=${ADMIN_EMAIL:-admin@example.com}
- ADMIN_USERNAME=${SERVICE_USER_ADMIN}
- ADMIN_FIRSTNAME=${ADMIN_FIRSTNAME:-Admin}
@@ -80,7 +80,7 @@ services:
- PTERODACTYL_HTTPS=${PTERODACTYL_HTTPS:-false}
- APP_ENV=production
- APP_ENVIRONMENT_ONLY=false
- APP_URL=$SERVICE_FQDN_PTERODACTYL
- APP_URL=$SERVICE_URL_PTERODACTYL
- APP_TIMEZONE=${TIMEZONE:-UTC}
- APP_SERVICE_AUTHOR=${APP_SERVICE_AUTHOR:-author@example.com}
- LOG_LEVEL=${LOG_LEVEL:-debug}