add config file to compose
This commit is contained in:
parent
dbbc99abd9
commit
7d06d747d6
1 changed files with 2 additions and 0 deletions
|
|
@ -23,10 +23,12 @@ services:
|
|||
OIDC_OP_ISSUER: "http://localhost:8000"
|
||||
OIDC_OP_DEBUG: "true"
|
||||
OIDC_OP_SESSION_HTTPS_ONLY: "false"
|
||||
OIDC_OP_CONFIG_FILE: "/app/config.toml"
|
||||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./pyproject.toml:/app/pyproject.toml
|
||||
- ./README.md:/app/README.md
|
||||
- ./porchlight.dev.toml:/app/config.toml
|
||||
- dev-data:/app/data
|
||||
profiles:
|
||||
- dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue