Update variables

This commit is contained in:
Lance Pioch 2024-06-16 13:20:20 -04:00 committed by Michael (Parker) Parker
parent 3401703ccd
commit 1e841ac40d

View File

@ -2,12 +2,13 @@ x-common:
panel: panel:
&panel-environment &panel-environment
APP_URL: "https://localhost" APP_URL: "https://localhost"
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php APP_DEBUG: "false"
APP_TIMEZONE: "UTC" ADMIN_EMAIL: "USEYOUROWNEMAILHERE@example.com"
APP_SERVICE_AUTHOR: "pelican@example.com"
# Uncomment the line below and set to a non-empty value if you want to use Let's Encrypt APP_ENVIRONMENT_ONLY: "false"
# to generate an SSL certificate for the Panel. APP_ENV: "production"
ADMIN_EMAIL: "pelican@example.com" SESSION_DRIVER: "file"
mail: mail:
&mail-environment &mail-environment
MAIL_DRIVER: "log" MAIL_DRIVER: "log"
@ -39,10 +40,6 @@ services:
- pelican-data:/pelican-data - pelican-data:/pelican-data
environment: environment:
<<: [*panel-environment, *mail-environment] <<: [*panel-environment, *mail-environment]
# APP_ENV: "production"
# APP_DEBUG: "false"
# APP_ENVIRONMENT_ONLY: "false"
# SESSION_DRIVER: "file"
volumes: volumes:
pelican-data: pelican-data: