hypixel-auction-notifier/docker-compose.yml

12 lines
278 B
YAML
Raw Normal View History

---
services:
2024-12-28 11:23:57 +01:00
hypixel-auc-notifier:
container_name: hypixel-auc-notifier
build: .
restart: unless-stopped
env_file:
- .env
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./config.json:/app/config.json