chore: update halo config (#1166)
This commit is contained in:
parent
00e6fd980d
commit
f8d9601421
|
@ -23,17 +23,6 @@
|
|||
"min": 20,
|
||||
"env_variable": "HALO_DATABASE_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Initial admin username",
|
||||
"env_variable": "HALO_ADMIN_USERNAME"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Initial admin password",
|
||||
"min": 8,
|
||||
"env_variable": "HALO_ADMIN_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"label": "External url",
|
||||
|
|
|
@ -27,8 +27,6 @@ services:
|
|||
- --spring.r2dbc.password=${HALO_DATABASE_PASSWORD}
|
||||
- --spring.sql.init.platform=postgresql
|
||||
- --halo.external-url=${HALO_EXTERNAL_URL}
|
||||
- --halo.security.initializer.superadminusername=${HALO_ADMIN_USERNAME}
|
||||
- --halo.security.initializer.superadminpassword=${HALO_ADMIN_PASSWORD}
|
||||
labels:
|
||||
# Main
|
||||
traefik.enable: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user