Compare commits
No commits in common. "8e9ecbeb58f7f6c7246960090b6312057f908658" and "c18c745400c27db932af9fe7801643ebdc6b283d" have entirely different histories.
8e9ecbeb58
...
c18c745400
3
apps.yml
3
apps.yml
@ -30,7 +30,6 @@ services:
|
|||||||
- ./config/filebrowser/filebrowser.json:/.filebrowser.json
|
- ./config/filebrowser/filebrowser.json:/.filebrowser.json
|
||||||
- ./hdd0/filebrowser/filebrowser.db:/database.db
|
- ./hdd0/filebrowser/filebrowser.db:/database.db
|
||||||
- ./hdd0/my_files:/srv
|
- ./hdd0/my_files:/srv
|
||||||
- ./hdd0/media:/srv/media
|
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.filebrowser.rule=Host(`files.bouvais.lu`)
|
- traefik.http.routers.filebrowser.rule=Host(`files.bouvais.lu`)
|
||||||
@ -76,7 +75,7 @@ services:
|
|||||||
- traefik.http.routers.vaultwarden-admin.service=my-vaultwarden-service@docker
|
- traefik.http.routers.vaultwarden-admin.service=my-vaultwarden-service@docker
|
||||||
|
|
||||||
siyuan:
|
siyuan:
|
||||||
image: b3log/siyuan:latest
|
image: b3log/siyuan
|
||||||
container_name: siyuan
|
container_name: siyuan
|
||||||
command: ['--workspace=/siyuan/workspace/']
|
command: ['--workspace=/siyuan/workspace/']
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
24
llm.yml
24
llm.yml
@ -14,18 +14,18 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
OLLAMA_BASE_URLS: http://ollama:11434
|
OLLAMA_BASE_URLS: http://ollama:11434
|
||||||
|
|
||||||
ollama:
|
# ollama:
|
||||||
image: ollama/ollama:latest
|
# image: ollama/ollama:latest
|
||||||
container_name: ollama
|
# container_name: ollama
|
||||||
volumes:
|
# volumes:
|
||||||
- ./hdd0/ollama:/root/.ollama
|
# - ./hdd0/ollama:/root/.ollama
|
||||||
deploy:
|
# deploy:
|
||||||
resources:
|
# resources:
|
||||||
reservations:
|
# reservations:
|
||||||
devices:
|
# devices:
|
||||||
- driver: nvidia
|
# - driver: nvidia
|
||||||
capabilities: ["gpu"]
|
# capabilities: ["gpu"]
|
||||||
count: all
|
# count: all
|
||||||
|
|
||||||
openwebui-pipeline:
|
openwebui-pipeline:
|
||||||
image: ghcr.io/open-webui/pipelines:main
|
image: ghcr.io/open-webui/pipelines:main
|
||||||
|
|||||||
34
vms.yml
34
vms.yml
@ -22,8 +22,40 @@ services:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '2.0'
|
cpus: '2.0'
|
||||||
memory: 4G
|
memory: 1G
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
|
|
||||||
|
arch-gpu:
|
||||||
|
image: registry.bouvais.lu/vms/arch-ttyd-gpu:1.0.0
|
||||||
|
container_name: arch-gpu
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./hdd0/vms/arch_gpu/data:/data
|
||||||
|
- ./hdd0/vms/arch_gpu/root:/root
|
||||||
|
command: >
|
||||||
|
ttyd
|
||||||
|
-p 7682
|
||||||
|
-c "${TTYD_USERNAME}:${MASTER_PASSWORD}"
|
||||||
|
-W
|
||||||
|
bash
|
||||||
|
labels:
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.routers.arch_gpu.rule=Host(`arch-gpu.bouvais.lu`)
|
||||||
|
- traefik.http.routers.arch_gpu.entrypoints=websecure
|
||||||
|
- traefik.http.routers.arch_gpu.tls.certresolver=myresolver
|
||||||
|
- traefik.http.services.arch_gpu.loadbalancer.server.port=7682
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '2.0'
|
||||||
|
memory: 1G
|
||||||
|
reservations:
|
||||||
|
cpus: '0.5'
|
||||||
|
memory: 256M
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
capabilities: ["gpu"]
|
||||||
|
count: all
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user