hypixel-auction-notifier/docker-compose.yml

12 lines
No EOL
268 B
YAML

---
services:
hypixel-flipper:
container_name: hypixel-flipper
build: .
restart: unless-stopped
env_file:
- .env
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./config.json:/app/config.json