Fix MIGRATION_DIR for Docker
This commit is contained in:
parent
14969d489c
commit
ab20fec147
@ -4,7 +4,7 @@ ROCKET_SECRET_KEY=randomstringhere
|
|||||||
|
|
||||||
# you can safely leave those defaults
|
# you can safely leave those defaults
|
||||||
DATABASE_URL=postgres://plume:plume@postgres:5432/plume
|
DATABASE_URL=postgres://plume:plume@postgres:5432/plume
|
||||||
MIGRATION_DIR=postgres
|
MIGRATION_DIR=migrations/postgres
|
||||||
USE_HTTPS=1
|
USE_HTTPS=1
|
||||||
ROCKET_ADDRESS=0.0.0.0
|
ROCKET_ADDRESS=0.0.0.0
|
||||||
ROCKET_PORT=7878
|
ROCKET_PORT=7878
|
||||||
|
Loading…
Reference in New Issue
Block a user