Add Gitea Actions workflow for auto-build on push; update docker-compose.yml
Build & Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
David Alvarez
2026-05-25 13:02:55 +02:00
parent 672be01e8c
commit b2eb99ec82
2 changed files with 63 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ services:
volumes:
- ./data:/data
environment:
- DOSTALGIA_DATA=/data
# IGDB credentials (optional):
- DOSTALGIA_DATA_DIR=/data
# IGDB credentials — set these for auto-scrape to work:
# - TWITCH_CLIENT_ID=your_client_id
# - TWITCH_CLIENT_SECRET=your_client_secret
restart: unless-stopped