Skip to content

yandy/dockerapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerapps

run apps with docker

1. comfyui

windows

# setup and start (for first time)
./bin/comfyui.ps1 up -d

# stop
./bin/comfyui.ps1 stop

# start
./bin/comfyui.ps1 start

linux

# setup and start (for first time)
./bin/comfyui.sh up -d

# stop
./bin/comfyui.sh stop

# start
./bin/comfyui.sh start

Open in browser: http://localhost:8188

2. facefusion

windows

# setup and start (for first time)
./bin/facefusion.ps1 up -d

# stop
./bin/facefusion.ps1 stop

# start
./bin/facefusion.ps1 start

linux

# setup and start (for first time)
./bin/facefusion.sh up -d

# stop
./bin/facefusion.sh stop

# start
./bin/facefusion.sh start

Open in browser: http://localhost:7870

3. ollama and open-webui

windows

# setup and start (for first time)
./bin/ollama.ps1 up -d

# stop
./bin/ollama.ps1 stop

# start
./bin/ollama.ps1 start

linux

# setup and start (for first time)
./bin/ollama.sh up -d

# stop
./bin/ollama.sh stop

# start
./bin/ollama.sh start

Access Ollama API at: http://localhost:11434

About

run apps with docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published