Add comment

This commit is contained in:
Hongbo Wu
2023-01-06 22:03:56 +08:00
parent 98497f26c0
commit 0b515d4605
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ services:
context: .
dockerfile: ./packages/db/Dockerfile
container_name: "omnivore-migrate"
command: '/bin/sh ./packages/db/setup.sh'
command: '/bin/sh ./packages/db/setup.sh' # Also create a demo user with email: demo@omnivore.app, password: demo
environment:
- PGPASSWORD=postgres
- PG_HOST=postgres