Compare commits
2 Commits
82c13fe2f8
...
db3520372e
| Author | SHA1 | Date | |
|---|---|---|---|
| db3520372e | |||
| ac0a30457a |
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"${TS_CERT_DOMAIN}:443": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:7860"
|
||||
"Proxy": "http://127.0.0.1:17860"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user