version: "3.8" services: lenml-chattts-forge: image: docker.citory.tech/public/lenml-chattts-forge:latest container_name: lenml-chattts-forge ports: - 10583:7860 deploy: resources: reservations: devices: - driver: nvidia count: all capabilities: - gpu restart: unless-stopped command: python webui.py runtime: nvidia x-dockge: urls: - http://local.citory.tech:10583 networks: {}