Changes due to version 4 upgrade remove admin/user cred generation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3635c83a40
commit
c0445167bd
@ -4,4 +4,3 @@ DOMAIN=listmonk.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_DB_PASSWORD_VERSION=v1
|
||||
SECRET_ADMIN_PASSWORD_VERSION=v1
|
||||
|
@ -12,7 +12,6 @@ services:
|
||||
- LISTMONK_DB_HOST=${STACK_NAME}_db
|
||||
secrets:
|
||||
- db_password
|
||||
- admin_password
|
||||
depends_on:
|
||||
- db
|
||||
configs:
|
||||
@ -66,9 +65,6 @@ secrets:
|
||||
db_password:
|
||||
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
|
||||
external: true
|
||||
admin_password:
|
||||
name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION}
|
||||
external: true
|
||||
|
||||
configs:
|
||||
config_toml:
|
||||
|
@ -1,7 +1,5 @@
|
||||
[app]
|
||||
address = "0.0.0.0:9000"
|
||||
admin_username = "admin"
|
||||
admin_password = "{{ secret "admin_password" }}"
|
||||
|
||||
# Database.
|
||||
[db]
|
||||
|
Loading…
x
Reference in New Issue
Block a user