Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 5cdf647

Browse files
committed
Expose DB credentials overrides in deploy compose
1 parent 107c15a commit 5cdf647

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ services:
55
PASTE_CONFIG: /app/paste.conf
66
CMD_TEST: "0"
77
MOJO_LOG_LEVEL: info
8+
DB_NAME: ${DB_NAME:-paste}
9+
DB_USER: ${DB_USER:-paste}
10+
DB_PASSWORD: ${DB_PASSWORD:-paste}
811
DB_HOST: ${DB_HOST:-db}
912
DB_PORT: ${DB_PORT:-5432}
1013
GITLAB_SITE: ${GITLAB_SITE:-}

0 commit comments

Comments
 (0)