services: svn-log-tool: build: context: . dockerfile: Dockerfile container_name: svn-log-tool ports: - "18088:18088" volumes: - ./outputs:/app/outputs restart: unless-stopped