Use more configs from env, improved docker setup
parent
620c9a02bb
commit
efddc102d1
@ -1,4 +1,16 @@
|
||||
**/docker-compose.yml
|
||||
**/Dockerfile
|
||||
docker/deployment.env
|
||||
# Docker config
|
||||
docker/
|
||||
!docker/nginx/entrypoint.sh
|
||||
!docker/nginx/nginx.conf
|
||||
|
||||
# Configuration
|
||||
config/config.php
|
||||
|
||||
# Files
|
||||
.dockerignore
|
||||
*.git*
|
||||
.editorconfig
|
||||
deployment.tpl.yaml
|
||||
storage/cache/
|
||||
!storage/cache/.gitignore
|
||||
!storage/cache/views/.gitignore
|
||||
|
@ -1,23 +1 @@
|
||||
# MAINTENANCE=false
|
||||
# APP_NAME="Engelsystem"
|
||||
# ENVIRONMENT= 'production'
|
||||
# APP_URL=null
|
||||
# FAQ_URL='https://events.ccc.de/congress/2013/wiki/Static:Volunteers'
|
||||
# MAIL_DRIVER='mail'
|
||||
# MAIL_FROM_ADDRESS='noreply@engelsystem.de'
|
||||
# MAIL_FROM_NAME=Engelsystem
|
||||
# MAIL_HOST='localhost'
|
||||
# MAIL_PORT=587
|
||||
# THEME=1
|
||||
# HOME_SITE='news'
|
||||
# DISPLAY_NEWS=10
|
||||
# REGISTRATION_ENABLED=true
|
||||
# PASSWORD_MINIMUM_LENGTH=8
|
||||
# REGISTRATION_ENABLE_DECT=true
|
||||
# REGISTRATION_ENABLE_USERNAME=false
|
||||
# REGISTRATION_ENABLE_DECT=false
|
||||
# REGISTRATION_ENABLE_PLANNED_ARRIVAL=true
|
||||
# REGISTRATION_ENABLE_TSHIRT=true
|
||||
# TIMEZONE='Europe/Berlin'
|
||||
# DEFAULT_LOCALE='en_US'
|
||||
# ADD_HEADERS=true
|
||||
# Additional env config can be added here
|
||||
|
@ -0,0 +1 @@
|
||||
# Additional env config can be added here
|
Loading…
Reference in New Issue