Update docker-compose.yml
This commit is contained in:
@@ -3,8 +3,8 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: loredcast/filewizard:latest
|
image: loredcast/filewizard:latest
|
||||||
build: .
|
build: .
|
||||||
env_file:
|
#env_file:
|
||||||
- .env
|
# - .env
|
||||||
environment:
|
environment:
|
||||||
- LOCAL_ONLY=True # set to False to enable OIDC auth (requires configuration in settings.yml)
|
- LOCAL_ONLY=True # set to False to enable OIDC auth (requires configuration in settings.yml)
|
||||||
- SECRET_KEY= # if using auth
|
- SECRET_KEY= # if using auth
|
||||||
|
|||||||
Reference in New Issue
Block a user