Rename project (#41)
All checks were successful
continuous-integration/drone/push Build is passing

The old naming scheme was causing confusion and probably errors.

Reviewed-on: #41
This commit is contained in:
2023-01-19 19:35:25 +00:00
parent c3c9ae0632
commit 2f00be455d
46 changed files with 1266 additions and 163 deletions

View File

@ -11,7 +11,7 @@ services:
- CSRF_TRUSTED_ORIGINS="https://tracker.kucharczyk.xyz"
user: "1000"
# volumes:
# - "db:/home/timetracker/app/src/web/db.sqlite3"
# - "db:/home/timetracker/app/src/timetracker/db.sqlite3"
ports:
- "8000:8000"
restart: unless-stopped