Fix password variable

This commit is contained in:
Patrik Lundin 2024-11-13 13:39:42 +01:00
parent 17219fd226
commit b121790b77
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -2,4 +2,4 @@ services:
db:
image: "postgres:<%= @postgres_version %>"
environment:
- POSTGRES_PASSWORD=<%= @postgres_password %>
- POSTGRES_PASSWORD=<%= @db_secrets['postgres_password'] %>