feat: add Dockerfile, Helm chart, Gitea Actions workflow
Some checks failed
Build & Push / build (push) Failing after 5m41s

This commit is contained in:
Caesar2011
2026-05-17 20:36:29 +02:00
parent 20ed6ee9fb
commit e4e9ebd737
12 changed files with 356 additions and 30 deletions

View File

@@ -10,7 +10,6 @@ services:
- "5432:5432"
volumes:
- db_data:/var/lib/postgresql/data
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql:ro
volumes:
db_data: