2 Commits

Author SHA1 Message Date
db3520372e add stable diffusion 2025-01-26 20:50:31 -06:00
ac0a30457a fix values 2025-01-26 20:44:24 -06:00
3 changed files with 10 additions and 4 deletions

View File

@@ -216,6 +216,12 @@ homepage:
href: https://ollama-cl01tl.boreal-beaufort.ts.net
siteMonitor: http://ollama-web.ollama:80
statusStyle: dot
- AI Image:
icon: https://user-images.githubusercontent.com/36368048/196280761-1535f413-a91e-4b6a-af6a-b890f8ae204c.png
description: Stable Diffusion
href: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net
siteMonitor: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net
statusStyle: dot
- Email:
icon: sh-roundcube.svg
description: Roundcube

View File

@@ -19,7 +19,7 @@ services:
restart: always
volumes:
- tailscale:/var/lib/tailscale
- ${PWD}/serve.json:/config/serve.json
- ./serve.json:/config/serve.json
devices:
- /dev/net/tun:/dev/net/tun
@@ -41,13 +41,13 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
stable-diffusion:
image: ghcr.io/ai-dock/stable-diffusion-webui:latest-cpu
image: ghcr.io/ai-dock/stable-diffusion-webui:latest-cuda
container_name: stable-diffusion
environment:
- WEBUI_ARGS="--api --listen"
- CF_QUICK_TUNNELS=false
- WEB_ENABLE_AUTH=false
- PORT="7860"
- PORT="17860"
- SUPERVISOR_NO_AUTOSTART=jupyter,syncthing
labels:
- "com.centurylinklabs.watchtower.scope=stable-diffusion"

View File

@@ -8,7 +8,7 @@
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:7860"
"Proxy": "http://127.0.0.1:17860"
}
}
}