14 lines
No EOL
316 B
YAML
14 lines
No EOL
316 B
YAML
---
|
|
services:
|
|
bot:
|
|
container_name: hypixel-auc-notifier
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
NODE_ENV: "production"
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./config.json:/app/dist/src/config.json |