Skip to content

Commit

Permalink
chore(stack): set postgres password
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Satont committed Dec 16, 2024
1 parent 8a43de6 commit fb76abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ services:
POSTGRES_USER_FILE: /run/secrets/twir_postgres_user
POSTGRES_PASSWORD_FILE: /run/secrets/twir_postgres_password
POSTGRES_DB_FILE: /run/secrets/twir_postgres_db
POSTGRESQL_POSTGRES_PASSWORD_FILE: /run/secrets/twir_postgres_password
POSTGRESQL_MAX_CONNECTIONS: 1000
secrets:
- twir_postgres_user
Expand Down

0 comments on commit fb76abd

Please sign in to comment.