remove hardcoded secret key, rely on env variable
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-29 20:41:56 -05:00
parent bf539fca09
commit dfa8eed12d
3 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ services:
restart: always
environment:
- SQLITE_DB=database.db
- SECRET_KEY=notasecuresecretkeyonlyuseforlocaldevelopment
volumes:
- ./database.db:/app/database.db
ports: