services: webui: build: ./webui container_name: agent-system-webui ports: - "8080:8080" volumes: - /opt/homelab:/opt/homelab restart: unless-stopped