feat: initialize database with demo data on first run and update README
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
db:
|
||||
build:
|
||||
@@ -27,6 +25,7 @@ services:
|
||||
DATABASE_URL: postgresql+psycopg://railgame:railgame@db:5432/railgame_dev
|
||||
TEST_DATABASE_URL: postgresql+psycopg://railgame:railgame@db:5432/railgame_test
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
INIT_DEMO_DB: "true"
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user