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