diff --git a/nuc/changedetection/docker-compose.yml b/nuc/changedetection/docker-compose.yml index ca51abd..32459b2 100755 --- a/nuc/changedetection/docker-compose.yml +++ b/nuc/changedetection/docker-compose.yml @@ -13,7 +13,7 @@ services: - PORT=5000 - PUID=${USER_ID} - PGID=${GROUP_ID} - - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/ + - PLAYWRIGHT_DRIVER_URL=ws://playwright:3000/ - BASE_URL="https://changedetection.${DOMAIN_ROOT}" labels: diff --git a/nuc/dashy/docker-compose.yml b/nuc/dashy/docker-compose.yml index 62fd0ff..5096b59 100644 --- a/nuc/dashy/docker-compose.yml +++ b/nuc/dashy/docker-compose.yml @@ -10,7 +10,7 @@ services: - '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.routers.dashy.middlewares=authelia@docker' - + volumes: - ./dashy.yml:/app/public/conf.yml diff --git a/nuc/portainer/docker-compose.yml b/nuc/portainer/docker-compose.yml index 3f80834..d4a0afb 100644 --- a/nuc/portainer/docker-compose.yml +++ b/nuc/portainer/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: portainer: - image: portainer/portainer-ee:latest + image: portainer/portainer-ce:latest container_name: portainer restart: unless-stopped diff --git a/nuc/traefik/custom/wireguard.yml b/nuc/traefik/custom/wireguard.yml deleted file mode 100644 index af2c9df..0000000 --- a/nuc/traefik/custom/wireguard.yml +++ /dev/null @@ -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 \ No newline at end of file