version: "3.9" services: log-server: build: . container_name: log-server ports: - "7860:7860" restart: unless-stopped