Compare commits

..

3 Commits

2 changed files with 31 additions and 31 deletions

View File

@@ -1,29 +1,29 @@
version: "3.8" version: "3.8"
services: services:
webui: # webui:
image: ghcr.io/open-webui/open-webui:main # image: ghcr.io/open-webui/open-webui:main
volumes: # volumes:
- /mnt/HoardingCow_docker_data/Ollama/open-webui:/app/backend/data # - /mnt/HoardingCow_docker_data/Ollama/open-webui:/app/backend/data
restart: always # restart: always
environment: # environment:
- OLLAMA_API_BASE_URL=http://ollama:11434/api # - OLLAMA_API_BASE_URL=http://ollama:11434/api
networks: # networks:
- ai_net # - ai_net
- ai_backend # - ai_backend
labels: # labels:
- "traefik.enable=true" # - "traefik.enable=true"
# Router for HTTP + redirection to HTTPS # # Router for HTTP + redirection to HTTPS
- "traefik.http.routers.webui-http.rule=Host(`ai.lazyworkhorse.net`)" # - "traefik.http.routers.webui-http.rule=Host(`ai.lazyworkhorse.net`)"
- "traefik.http.routers.webui-http.entrypoints=web" # - "traefik.http.routers.webui-http.entrypoints=web"
- "traefik.http.routers.webui-http.middlewares=redirect-to-https" # - "traefik.http.routers.webui-http.middlewares=redirect-to-https"
# Router for HTTPS with TLS # # Router for HTTPS with TLS
- "traefik.http.routers.webui-https.rule=Host(`ai.lazyworkhorse.net`)" # - "traefik.http.routers.webui-https.rule=Host(`ai.lazyworkhorse.net`)"
- "traefik.http.routers.webui-https.entrypoints=websecure" # - "traefik.http.routers.webui-https.entrypoints=websecure"
- "traefik.http.routers.webui-https.tls=true" # - "traefik.http.routers.webui-https.tls=true"
- "traefik.http.routers.webui-https.tls.certresolver=njalla" # - "traefik.http.routers.webui-https.tls.certresolver=njalla"
hermes: hermes:
build: ./ build: ./

View File

@@ -1,15 +1,15 @@
version: "3.9" version: "3.9"
services: services:
nomadnet: # nomadnet:
image: ghcr.io/markqvist/nomadnet:master # image: ghcr.io/markqvist/nomadnet:master
container_name: nomadnet # container_name: nomadnet
restart: always # restart: always
volumes: # volumes:
- /mnt/HoardingCow_docker_data/Nomadnet:/root/.nomadnetwork # - /mnt/HoardingCow_docker_data/Nomadnet:/root/.nomadnetwork
- /mnt/HoardingCow_docker_data/Reticulum:/root/.reticulum # - /mnt/HoardingCow_docker_data/Reticulum:/root/.reticulum
# Reticulum transport must be reachable directly (NOT through Traefik) # # Reticulum transport must be reachable directly (NOT through Traefik)
ports: # ports:
- "4242:4242" # - "4242:4242"
synapse: synapse:
image: ghcr.io/element-hq/synapse:latest image: ghcr.io/element-hq/synapse:latest