services: frostbot: container_name: frostbot image: ghcr.io/frostbide/frostbot:latest stdin_open: true tty: true restart: unless-stopped env_file: - .env environment: - NODE_ENV=production volumes: - ./src/data:/app/src/data