mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 22:44:46 +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:
|
||||||
&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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user