uncommitted changes from a month ago
This commit is contained in:
parent
2d66692b26
commit
1a8b2b557e
@ -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:
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user