mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 14:34:44 +02:00
Update variables
This commit is contained in:
parent
3401703ccd
commit
1e841ac40d
17
compose.yml
17
compose.yml
@ -2,12 +2,13 @@ x-common:
|
||||
panel:
|
||||
&panel-environment
|
||||
APP_URL: "https://localhost"
|
||||
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
|
||||
APP_TIMEZONE: "UTC"
|
||||
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
|
||||
# to generate an SSL certificate for the Panel.
|
||||
ADMIN_EMAIL: "pelican@example.com"
|
||||
APP_DEBUG: "false"
|
||||
ADMIN_EMAIL: "USEYOUROWNEMAILHERE@example.com"
|
||||
|
||||
APP_ENVIRONMENT_ONLY: "false"
|
||||
APP_ENV: "production"
|
||||
SESSION_DRIVER: "file"
|
||||
|
||||
mail:
|
||||
&mail-environment
|
||||
MAIL_DRIVER: "log"
|
||||
@ -39,10 +40,6 @@ services:
|
||||
- pelican-data:/pelican-data
|
||||
environment:
|
||||
<<: [*panel-environment, *mail-environment]
|
||||
# APP_ENV: "production"
|
||||
# APP_DEBUG: "false"
|
||||
# APP_ENVIRONMENT_ONLY: "false"
|
||||
# SESSION_DRIVER: "file"
|
||||
|
||||
volumes:
|
||||
pelican-data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user