minor improvements

This commit is contained in:
Sebastian Jäger
2024-01-07 14:42:26 +01:00
parent 54ccbd47b9
commit 36c75af23f
2 changed files with 16 additions and 9 deletions

View File

@ -24,9 +24,9 @@ services:
command: '/bin/sh ./packages/db/setup.sh' # Also create a demo user with email: demo@omnivore.app, password: demo_password
environment:
- PGPASSWORD=postgres
- POSTGRES_USER=postgres
- PG_HOST=postgres
- PG_USER=postgres
- PG_PASSWORD=postgres
- PG_PASSWORD=app_pass
- PG_DB=omnivore
depends_on:
postgres: