Skip to content

Commit

Permalink
chore(docker): fix DB env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
wunter8 authored Dec 24, 2023
1 parent 4f03992 commit 4debcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
ports:
- "${PORT:-8080}:8080"
environment:
- READFLOW_DB=postgres://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-secret}@db/${POSTGRES_DB:-readflow}?sslmode=disable
- READFLOW_DATABASE_URI=postgres://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-secret}@db/${POSTGRES_DB:-readflow}?sslmode=disable
- READFLOW_LISTEN_METRICS=:9090
- READFLOW_IMAGE_PROXY_URL=http://imagor:8080
- READFLOW_AUTHN=file:///var/local/demo.htpasswd
Expand Down

0 comments on commit 4debcbc

Please sign in to comment.