Changes due to version 4 upgrade remove admin/user cred generation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Javielico 2024-10-29 15:54:10 +00:00
parent 3635c83a40
commit c0445167bd
3 changed files with 0 additions and 7 deletions

View File

@ -4,4 +4,3 @@ DOMAIN=listmonk.example.com
LETS_ENCRYPT_ENV=production LETS_ENCRYPT_ENV=production
SECRET_DB_PASSWORD_VERSION=v1 SECRET_DB_PASSWORD_VERSION=v1
SECRET_ADMIN_PASSWORD_VERSION=v1

View File

@ -12,7 +12,6 @@ services:
- LISTMONK_DB_HOST=${STACK_NAME}_db - LISTMONK_DB_HOST=${STACK_NAME}_db
secrets: secrets:
- db_password - db_password
- admin_password
depends_on: depends_on:
- db - db
configs: configs:
@ -66,9 +65,6 @@ secrets:
db_password: db_password:
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION} name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
external: true external: true
admin_password:
name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION}
external: true
configs: configs:
config_toml: config_toml:

View File

@ -1,7 +1,5 @@
[app] [app]
address = "0.0.0.0:9000" address = "0.0.0.0:9000"
admin_username = "admin"
admin_password = "{{ secret "admin_password" }}"
# Database. # Database.
[db] [db]