1.0.1 release #15

Merged
williamp merged 35 commits from testing into master 2023-03-21 18:10:14 +00:00
21 changed files with 263 additions and 24 deletions
Showing only changes of commit 645fc4a56b - Show all commits

View File

@@ -8,6 +8,9 @@ services:
- SECRET_KEY=notasecuresecretkeyonlyuseforlocaldevelopment - SECRET_KEY=notasecuresecretkeyonlyuseforlocaldevelopment
- NODE_NAME=local - NODE_NAME=local
- POD_NAME=local - POD_NAME=local
- FLASK_ENV=development
- FLASK_DEBUG=1
- PYTHONUNBUFFERED=1
volumes: volumes:
- ./database.db:/app/database.db - ./database.db:/app/database.db
ports: ports: