uncommitted changes from a month ago

This commit is contained in:
Steve Dudenhoeffer 2024-03-16 23:21:15 +00:00
parent 2d66692b26
commit 1a8b2b557e
4 changed files with 3 additions and 16 deletions

View File

@ -13,7 +13,7 @@ services:
- PORT=5000 - PORT=5000
- PUID=${USER_ID} - PUID=${USER_ID}
- PGID=${GROUP_ID} - PGID=${GROUP_ID}
- PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/ - PLAYWRIGHT_DRIVER_URL=ws://playwright:3000/
- BASE_URL="https://changedetection.${DOMAIN_ROOT}" - BASE_URL="https://changedetection.${DOMAIN_ROOT}"
labels: labels:

View File

@ -10,7 +10,7 @@ services:
- 'traefik.http.routers.dashy.rule=Host(`dashy.${DOMAIN_ROOT}`) || Host(`dash.${DOMAIN_ROOT}`) || Host(`${DOMAIN_ROOT}`)' - 'traefik.http.routers.dashy.rule=Host(`dashy.${DOMAIN_ROOT}`) || Host(`dash.${DOMAIN_ROOT}`) || Host(`${DOMAIN_ROOT}`)'
- "traefik.http.services.dashy.loadbalancer.server.port=80" - "traefik.http.services.dashy.loadbalancer.server.port=80"
- 'traefik.http.routers.dashy.middlewares=authelia@docker' - 'traefik.http.routers.dashy.middlewares=authelia@docker'
volumes: volumes:
- ./dashy.yml:/app/public/conf.yml - ./dashy.yml:/app/public/conf.yml

View File

@ -1,7 +1,7 @@
version: "3" version: "3"
services: services:
portainer: portainer:
image: portainer/portainer-ee:latest image: portainer/portainer-ce:latest
container_name: portainer container_name: portainer
restart: unless-stopped restart: unless-stopped

View File

@ -1,13 +0,0 @@
http:
routers:
wireguard2-router:
rule: "Host(`wireguard2.dudenhoeffer.casa`)"
service: wireguard2-service
services:
wireguard2-service:
loadBalancer:
servers:
- url: "http://192.168.0.197:51821"
passHostHeader: true