version: '3.8' services: ui-tracker: build: . container_name: ui-tracker restart: unless-stopped ports: - "8080:8080" volumes: - ./data:/app/data