hypixel-auction-notifier/docker-compose.yml

14 lines
316 B
YAML
Raw Normal View History

---
services:
2024-12-27 21:17:59 +01:00
bot:
2024-12-28 11:23:57 +01:00
container_name: hypixel-auc-notifier
build: .
restart: unless-stopped
env_file:
- .env
2024-12-27 21:17:59 +01:00
environment:
NODE_ENV: "production"
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
2024-12-27 21:17:59 +01:00
- ./config.json:/app/dist/src/config.json