services: | |
workerflux: | |
image: 5452781/workerflux:v0.4 | |
# build: | |
# # network: host | |
# context: . | |
# args: | |
# HTTPS_PROXY: "http://192.168.23.11:1087" | |
# HTTP_PROXY: "http://192.168.23.11:1087" | |
# platforms: | |
# - "linux/amd64" | |
# tags: | |
# - "5452781/workerflux:v0.1" | |
# restart: always | |
environment: | |
CAN_CKPT_DOWNLOAD_FROM_URL: "false" | |
HTTPS_PROXY: "http://192.168.23.11:1087" | |
HTTP_PROXY: "http://192.168.23.11:1087" | |
ports: | |
- 8188:8188 | |
volumes: | |
- ./src/comfyui/output:/comfyui/output | |
- ./src/comfyui/input:/comfyui/input | |
command: sleep 3600 | |