refactor: move db_root_password to mariadb
continuous-integration/drone/pr Build is failing Details

It is only used by mariadb and not by postgres

Closes #34
This commit is contained in:
p4u1 2023-12-19 15:47:48 +01:00
parent c4ea5e053e
commit 2b24be2a9b
2 changed files with 5 additions and 3 deletions

View File

@ -42,5 +42,10 @@ configs:
name: ${STACK_NAME}_my_cnf_${MY_CNF_VERSION}
file: my-tune.cnf
secrets:
db_root_password:
external: true
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
volumes:
mariadb:

View File

@ -127,9 +127,6 @@ services:
retries: 20
secrets:
db_root_password:
external: true
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
db_password:
external: true
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}