chore: Update Docker configuration and Gitea deployment workflow

- Added a new script for database migration to the Docker image.
- Adjusted Dockerfile to create the scripts directory and copy the migration script with the correct permissions.
- Enhanced the Gitea deployment workflow to ensure the proxy network exists before starting the container.
This commit is contained in:
denshooter
2026-01-15 17:01:39 +01:00
parent ab02058c9d
commit 5e544afdae
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ docker-compose*.yml
# Scripts (keep only essential ones)
scripts
!scripts/init-db.sql
!scripts/start-with-migrate.js
# Misc
.cache