duplicati limits and open-webui fix
Some checks failed
Update Compose File / build (push) Failing after 2s
Some checks failed
Update Compose File / build (push) Failing after 2s
This commit is contained in:
11
compose.yml
11
compose.yml
@@ -96,6 +96,11 @@ services:
|
|||||||
- "traefik.http.routers.duplicati.tls=true"
|
- "traefik.http.routers.duplicati.tls=true"
|
||||||
- "traefik.http.services.duplicati.loadbalancer.server.port=8200"
|
- "traefik.http.services.duplicati.loadbalancer.server.port=8200"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 256M;
|
||||||
|
mem_swap: 1G;
|
||||||
|
|
||||||
code-server:
|
code-server:
|
||||||
container_name: code-server
|
container_name: code-server
|
||||||
@@ -258,12 +263,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- ollama
|
- ollama
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels: # traefik
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.open-webui.rule=Host(`ai.${DOMAIN}`)"
|
|
||||||
- "traefik.http.routers.open-webui.entrypoints=https"
|
|
||||||
- "traefik.http.routers.open-webui.tls=true"
|
|
||||||
- "traefik.http.services.open-webui.loadbalancer.server.port=8080"
|
|
||||||
|
|
||||||
picard:
|
picard:
|
||||||
container_name: picard
|
container_name: picard
|
||||||
|
|||||||
Reference in New Issue
Block a user