Skip to content

Commit

Permalink
passed to env
Browse files Browse the repository at this point in the history
  • Loading branch information
laugustyniak committed Feb 23, 2024
1 parent 4d92985 commit 8b39d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ services:
ports:
- 3456:5432
environment:
POSTGRES_USER: llm # The PostgreSQL user (useful to connect to the database)
POSTGRES_PASSWORD: llm # The PostgreSQL password (useful to connect to the database)
POSTGRES_DB: llm # The PostgreSQL default database (automatically created at first launch)
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DB}
volumes:
- postgres-juddges-db:/var/lib/postgresql/data
networks:
Expand Down

0 comments on commit 8b39d11

Please sign in to comment.