Add(module): add girasol module
Add(module): add amap module Add(module): add common lib and services Add(module): add base structure for keycloak Add(module): add base structure for rocket Add(module): add n8n and windmill modules Add(docker): add install docker script in common module Add(template): add root for aldon.fr and mathieu.wiki in traefik.service template
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Environment files
|
||||
ENV_FILE_LOCATION=/opt/environment/.env
|
||||
USERNAME=gateway
|
||||
|
||||
# Application Specifics
|
||||
#openssl rand -hex 20
|
||||
@@ -8,4 +9,9 @@ TRAEFIK_BINARY=/usr/local/bin/traefik
|
||||
TRAEFIK_USER=traefik
|
||||
TRAEFIK_CONF=/home/traefik/traefik.yml
|
||||
GATEWAY_REPOSITORY=/Mop/gateway
|
||||
DYNAMIC_CONFIG_LOCATION=/home/gateway/services.yaml
|
||||
DYNAMIC_CONFIG_LOCATION=/home/gateway/services.yaml
|
||||
|
||||
# Backup specifics
|
||||
SERVICE_BACKUPS_DIR=/backups/gateway
|
||||
SERVICE_BACKUPS_PREFIX=gateway-dump
|
||||
SERVICE_BACKUPS_EXTENSION=db
|
||||
Reference in New Issue
Block a user