diff --git a/compose.yml b/compose.yml index 12ae387ad..4717b0f8e 100644 --- a/compose.yml +++ b/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: