--- 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