Files
dostalgia/docker-compose.yml
T
David Alvarez b2eb99ec82
Build & Deploy / build-and-deploy (push) Has been cancelled
Add Gitea Actions workflow for auto-build on push; update docker-compose.yml
2026-05-25 13:02:55 +02:00

15 lines
365 B
YAML

services:
dostalgia:
build: .
container_name: dostalgia
ports:
- "8765:8765"
volumes:
- ./data:/data
environment:
- 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