services: unbot: build: . container_name: unbot restart: unless-stopped volumes: - ./config.toml:/app/config.toml:ro - unbot-data:/app environment: - TZ=UTC volumes: unbot-data: