feat: add gitea docker

This commit is contained in:
2026-04-02 14:59:29 +02:00
parent 35d6bb5f2e
commit daf0b05bb8
6 changed files with 152 additions and 49 deletions

View File

@@ -161,7 +161,8 @@ OAUTH2_PROVIDER = {
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
# "NAME": BASE_DIR / "db" / "db.sqlite3",
"NAME": "/app/db/db.sqlite3",
}
}