services: bot: build: context: . dockerfile: Dockerfile env_file: .env ports: - "${HTTP_PORT:-8080}:8080" volumes: - .:/app restart: "no"