This commit is contained in:
2025-03-23 16:24:50 +01:00
parent 54149deda8
commit 49aaf5bb25
31 changed files with 1558 additions and 1721 deletions

View File

@ -1,29 +1,29 @@
---
services:
heimdall:
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Bratislava
volumes:
- /share/docker_data/heimdall/config:/config
ports:
- 8084:80
- 4437:443
restart: ${RESTART:-unless-stopped}
- PUID=1000
- PGID=1000
- TZ=Europe/Bratislava
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/heimdall:latest
labels:
com.centurylinklabs.watchtower.enable: true
web:
image: ${DOCKER_REGISTRY:-}nginx:latest
wud.watch.digest: true
ports:
- 8084:80
- 4437:443
restart: ${RESTART:-unless-stopped}
volumes:
- /share/docker_data/webhub:/usr/share/nginx/html
ports:
- "48000:80"
- /share/docker_data/heimdall/config:/config
web:
environment:
- NGINX_HOST=sectorq.eu
- NGINX_PORT=80
- NGINX_HOST=sectorq.eu
- NGINX_PORT=80
image: ${DOCKER_REGISTRY:-}nginx:latest
labels:
wud.watch.digest: true
ports:
- 48000:80
restart: ${RESTART:-unless-stopped}
volumes:
- /share/docker_data/webhub:/usr/share/nginx/html