@@ -61,12 +61,12 @@ secrets:
6161 postgres_role_maevsi-postgraphile_username :
6262 # The `maevsi_postgraphile` database role's username.
6363 file : ./secrets/postgres/role_maevsi-postgraphile_username.secret
64- postgres_role_maevsi-tusd_password :
64+ postgres_role_maevsi_password :
6565 # The `tusd` database role's password.
66- file : ./secrets/postgres/role_maevsi-tusd_password .secret
67- postgres_role_maevsi-tusd_username :
66+ file : ./secrets/postgres/role_maevsi_password .secret
67+ postgres_role_maevsi_username :
6868 # The `tusd` database role's password.
69- file : ./secrets/postgres/role_maevsi-tusd_username .secret
69+ file : ./secrets/postgres/role_maevsi_username .secret
7070 postgres_user :
7171 # The database's default user.
7272 file : ./secrets/postgres/user.secret
@@ -211,9 +211,9 @@ services:
211211 target : /run/environment-variables/NUXT_TURNSTILE_SECRET_KEY
212212 - source : postgres_db
213213 target : /run/environment-variables/PGDATABASE
214- - source : postgres_role_maevsi-tusd_password
214+ - source : postgres_role_maevsi_password
215215 target : /run/environment-variables/PGPASSWORD
216- - source : postgres_role_maevsi-tusd_username
216+ - source : postgres_role_maevsi_username
217217 target : /run/environment-variables/PGUSER
218218 user : node:node # files created inside a docker container, like node_modules by pnpm, gain correct permissions by setting the user to `node`
219219 volumes :
@@ -398,8 +398,8 @@ services:
398398 - postgres_role_grafana_username
399399 - postgres_role_maevsi-postgraphile_password
400400 - postgres_role_maevsi-postgraphile_username
401- - postgres_role_maevsi-tusd_password
402- - postgres_role_maevsi-tusd_username
401+ - postgres_role_maevsi_password
402+ - postgres_role_maevsi_username
403403 - sqitch_target
404404 volumes :
405405 - ../../../sqitch/:/srv/app/
0 commit comments