2024-08-02 17:22:08 +02:00

27 lines
503 B
YAML

# https://github.com/vogler/free-games-claimer
# Claims free games periodically on Epic Games Store Amazon Prime Gaming GOG Unreal Engine (Assets)
name: free-games-claimer
services:
free-games-claimer:
container_name: free-games-claimer
stdin_open: true
tty: true
ports:
- 6080:6080
volumes:
- ./data:/fgc/data
pull_policy: always
image: ghcr.io/vogler/free-games-claimer
networks:
- proxy
volumes:
fgc:
networks:
proxy:
external: true