version: "3" services: app: image: giants-posts-bot:latest build: context: . dockerfile: Dockerfile restart: always volumes: - './config.json:/app/config.json'