version: "3.8" services: bot: build: context: . dockerfile: Dockerfile env_file: .env restart: always ports: - "${HTTP_PORT:-8080}:8080" volumes: - duty_data:/app/data logging: driver: json-file options: max-size: "10m" max-file: "3" volumes: duty_data: {}