mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
15 lines
351 B
YAML
15 lines
351 B
YAML
services:
|
|
twitch-drops-miner:
|
|
build: .
|
|
container_name: twitch-drops-miner
|
|
image: twitch-drops-miner:latest
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
# Mount data directory for persistent storage
|
|
- ./data:/app/data
|
|
environment:
|
|
# Set timezone (optional, defaults to UTC)
|
|
- TZ=UTC
|
|
restart: unless-stopped
|