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
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
SECRET_DB_PASSWORD_VERSION=v1
|
SECRET_DB_PASSWORD_VERSION=v1
|
||||||
SECRET_ADMIN_PASSWORD_VERSION=v1
|
|
||||||
|
@ -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:
|
||||||
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user