File size: 655 Bytes
c4c5735 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
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
|