mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Makes full APP_URL valid for Pyrodactyl to function properly (#382)
This commit is contained in:
@@ -25,6 +25,7 @@ services:
|
||||
- "pterocerts:/etc/letsencrypt/"
|
||||
- "pterologs:/app/storage/logs"
|
||||
environment:
|
||||
APP_URL: "https://${APP_DOMAIN}"
|
||||
APP_ENV: "production"
|
||||
APP_ENVIRONMENT_ONLY: "false"
|
||||
CACHE_DRIVER:
|
||||
@@ -34,8 +35,6 @@ services:
|
||||
DB_HOST:
|
||||
DB_PORT:
|
||||
DB_PASSWORD: ${MYSQL_PASSWORD}
|
||||
MYSQL_PASSWORD:
|
||||
MYSQL_ROOT_PASSWORD:
|
||||
RECAPTCHA_ENABLED:
|
||||
DB_CONNECTION: "mariadb"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ secret_key = "${base64:48}"
|
||||
env = [
|
||||
"Domain=${main_domain}",
|
||||
"RECAPTCHA_ENABLED=true",
|
||||
"APP_URL=${main_domain}",
|
||||
"APP_DOMAIN=${main_domain}",
|
||||
"APP_TIMEZONE=UTC",
|
||||
"APP_SERVICE_AUTHOR=noreply@example.com",
|
||||
"MAIL_FROM=noreply@example.com",
|
||||
|
||||
Reference in New Issue
Block a user