Update: Pasify and traefik plugins
This commit is contained in:
parent
d461875a5d
commit
7707c4a010
@ -119,12 +119,15 @@ local global_vars_default(runtime) =
|
||||
|
||||
app_debug: 'false',
|
||||
|
||||
app_dir_conf: './conf',
|
||||
app_dir_data: './data',
|
||||
app_dir_logs: './logs',
|
||||
app_dir_share: './share',
|
||||
app_dir_tmp: './tmp',
|
||||
app_dir_secrets: './secrets',
|
||||
app_dir_root: './',
|
||||
app_dir_db_data: './db_data', # Backup data
|
||||
app_dir_db_conf: './db_conf', # Commitables files into git
|
||||
app_dir_conf: './conf', # Commitables files into git
|
||||
app_dir_data: './data', # Backup data
|
||||
app_dir_logs: './logs', # Backup ?
|
||||
app_dir_share: './share', # No backup
|
||||
app_dir_tmp: './tmp', # Just a tmp pool dir
|
||||
app_dir_secrets: './secrets', # Autogenerated secrets
|
||||
|
||||
# TOFIX: Merging data, SHOULD BEIN OVERRIDE !!!
|
||||
app_admin_login: 'admin',
|
||||
|
||||
@ -45,7 +45,7 @@ local global_vars_default(user_data) =
|
||||
traefik_net_ident: 'default',
|
||||
traefik_net_external: true,
|
||||
traefik_svc_ident: stack ,
|
||||
traefik_svc_port: 80,
|
||||
traefik_svc_port: user_data.app_port ,
|
||||
|
||||
traefik_svc_name: null,
|
||||
traefik_svc_domain: null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user