mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
Compare commits
79 Commits
04d62e3f30
...
main
Author | SHA1 | Date | |
---|---|---|---|
b22e75b0ca | |||
e03e08c591 | |||
e0b7b7caf9 | |||
cb1ac91423 | |||
bf30542c95 | |||
457a202c87 | |||
d085686f36 | |||
6cf5254a81 | |||
ff1a3ce428 | |||
8bd6e005cf | |||
6a19598372 | |||
3af14cafcf | |||
458724a37d | |||
9fe6f84369 | |||
67b700950b | |||
c8153d3a08 | |||
fbf5dc38d1 | |||
f49c4153ae | |||
51bf315d0c | |||
fb5d82aa2c | |||
d115a0ae51 | |||
33bf9a4b5e | |||
8cdc57d444 | |||
74a9716dc6 | |||
274a4fd4e6 | |||
618afac7cf | |||
b459f6019e | |||
ee6587aec0 | |||
11b0382c60 | |||
247699cd2c | |||
043cd6eeee | |||
461be1e7d1 | |||
39cd8781e2 | |||
7cb42a494c | |||
b8f0c3edec | |||
9005e4c1f4 | |||
8ac5454191 | |||
52b5015597 | |||
dc503e46a3 | |||
cd0220d629 | |||
461135103b | |||
bd99bec7f9 | |||
958a55cbf5 | |||
554678e53e | |||
7b0e95225c | |||
eb87262237 | |||
722fe90f56 | |||
605797603c | |||
f717256708 | |||
e0bca357c7 | |||
0b5336519c | |||
46aaecf13c | |||
340e2ddff9 | |||
43911781cf | |||
0fe18ca19b | |||
6945e7e2e3 | |||
798351adea | |||
8ab0543964 | |||
daad4573b5 | |||
01a8f1fba1 | |||
1613246eca | |||
fcd450807f | |||
500851648a | |||
0d25af90d1 | |||
3bbfcba7de | |||
ce0fdb7a33 | |||
351ca9f71c | |||
17b72b16c8 | |||
716311d982 | |||
e497c852f0 | |||
f044c7ccae | |||
da0f50263a | |||
441e0a274e | |||
b96a3abe02 | |||
2b5fb9292d | |||
699913e689 | |||
c9422db8ca | |||
9ceae673d8 | |||
ade485a24f |
0
authentik/.env
Normal file → Executable file
0
authentik/.env
Normal file → Executable file
4
authentik/docker-compose.yml
Normal file → Executable file
4
authentik/docker-compose.yml
Normal file → Executable file
@ -30,8 +30,7 @@ services:
|
||||
timeout: 5s
|
||||
image: ${DOCKER_REGISTRY:-docker.io/library/}postgres:16-alpine
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
wud.watch: false
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/authentik/database:/var/lib/postgresql/data
|
||||
@ -112,6 +111,7 @@ services:
|
||||
- /share/docker_data/authentik/media:/media
|
||||
- /share/docker_data/authentik/certs:/certs
|
||||
- /share/docker_data/authentik/custom-templates:/templates
|
||||
|
||||
volumes:
|
||||
database:
|
||||
driver: local
|
||||
|
2
authentik/stack.env
Normal file → Executable file
2
authentik/stack.env
Normal file → Executable file
@ -3,7 +3,7 @@ PG_USER=authentik
|
||||
PG_DB=authentik
|
||||
AUTHENTIK_SECRET_KEY=ZKkVCxj8kKj5ZklvzxKG2IgYQOftDoLPRjc57yomr1qzbKEQVZ
|
||||
AUTHENTIK_ERROR_REPORTING__ENABLED=true
|
||||
AUTHENTIK_TAG=2025.2.1
|
||||
AUTHENTIK_TAG=2025.4.1
|
||||
POSTGRES_PASSWORD=499NU6Ze5HcJK4IwSShO8oDbj3j0i0CalyEzfgEp
|
||||
POSTGRES_USER=authentik
|
||||
POSTGRES_DB=authentik
|
||||
|
0
bitwarden/.env
Normal file → Executable file
0
bitwarden/.env
Normal file → Executable file
0
bitwarden/docker-compose.yml
Normal file → Executable file
0
bitwarden/docker-compose.yml
Normal file → Executable file
0
bookstack/.env
Normal file → Executable file
0
bookstack/.env
Normal file → Executable file
0
bookstack/docker-compose copy.yml
Normal file → Executable file
0
bookstack/docker-compose copy.yml
Normal file → Executable file
0
bookstack/docker-compose.yml
Normal file → Executable file
0
bookstack/docker-compose.yml
Normal file → Executable file
0
bookstack/stack.env
Normal file → Executable file
0
bookstack/stack.env
Normal file → Executable file
0
dockermon/.env
Normal file → Executable file
0
dockermon/.env
Normal file → Executable file
0
dockermon/docker-compose.yml
Normal file → Executable file
0
dockermon/docker-compose.yml
Normal file → Executable file
0
dvag-ios.txt
Normal file → Executable file
0
dvag-ios.txt
Normal file → Executable file
2
fail2ban/.env
Executable file
2
fail2ban/.env
Executable file
@ -0,0 +1,2 @@
|
||||
APPNAME=fail2ban
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
0
fail2ban/.gitkeep
Normal file → Executable file
0
fail2ban/.gitkeep
Normal file → Executable file
76
fail2ban/docker-compose.yaml
Normal file → Executable file
76
fail2ban/docker-compose.yaml
Normal file → Executable file
@ -1,35 +1,49 @@
|
||||
---
|
||||
services:
|
||||
fail2ban:
|
||||
image: lscr.io/linuxserver/fail2ban:latest
|
||||
container_name: fail2ban
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
network_mode: host
|
||||
# fail2ban:
|
||||
# image: lscr.io/linuxserver/fail2ban:latest
|
||||
# container_name: fail2ban
|
||||
# cap_add:
|
||||
# - NET_ADMIN
|
||||
# - NET_RAW
|
||||
# network_mode: host
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=Europe/Bratislava
|
||||
# - VERBOSITY=-vvv #optional
|
||||
# volumes:
|
||||
# - /share/docker_data/fail2ban/config:/config
|
||||
# - /share/docker_data/fail2ban/log:/var/log:ro
|
||||
# # - /path/to/airsonic/log:/remotelogs/airsonic:ro #optional
|
||||
# # - /path/to/apache2/log:/remotelogs/apache2:ro #optional
|
||||
# # - /path/to/authelia/log:/remotelogs/authelia:ro #optional
|
||||
# # - /path/to/emby/log:/remotelogs/emby:ro #optional
|
||||
# # - /path/to/filebrowser/log:/remotelogs/filebrowser:ro #optional
|
||||
# - /share/docker_data/ha:/remotelogs/homeassistant:ro #optional
|
||||
# # - /path/to/lighttpd/log:/remotelogs/lighttpd:ro #optional
|
||||
# # - /path/to/nextcloud/log:/remotelogs/nextcloud:ro #optional
|
||||
# # - /path/to/nginx/log:/remotelogs/nginx:ro #optional
|
||||
# # - /path/to/nzbget/log:/remotelogs/nzbget:ro #optional
|
||||
# # - /path/to/overseerr/log:/remotelogs/overseerr:ro #optional
|
||||
# # - /path/to/prowlarr/log:/remotelogs/prowlarr:ro #optional
|
||||
# # - /path/to/radarr/log:/remotelogs/radarr:ro #optional
|
||||
# # - /path/to/sabnzbd/log:/remotelogs/sabnzbd:ro #optional
|
||||
# # - /path/to/sonarr/log:/remotelogs/sonarr:ro #optional
|
||||
# # - /path/to/unificontroller/log:/remotelogs/unificontroller:ro #optional
|
||||
# # - /path/to/vaultwarden/log:/remotelogs/vaultwarden:ro #optional
|
||||
# restart: unless-stopped
|
||||
blockips-unifi:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
container_name: blockips-unifi
|
||||
restart: always
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
- VERBOSITY=-vvv #optional
|
||||
- TZ=Europe/Bratislava
|
||||
volumes:
|
||||
- /share/docker_data/fail2ban/config:/config
|
||||
- /share/docker_data/fail2ban/log:/var/log:ro
|
||||
# - /path/to/airsonic/log:/remotelogs/airsonic:ro #optional
|
||||
# - /path/to/apache2/log:/remotelogs/apache2:ro #optional
|
||||
# - /path/to/authelia/log:/remotelogs/authelia:ro #optional
|
||||
# - /path/to/emby/log:/remotelogs/emby:ro #optional
|
||||
# - /path/to/filebrowser/log:/remotelogs/filebrowser:ro #optional
|
||||
- /share/docker_data/ha:/remotelogs/homeassistant:ro #optional
|
||||
# - /path/to/lighttpd/log:/remotelogs/lighttpd:ro #optional
|
||||
# - /path/to/nextcloud/log:/remotelogs/nextcloud:ro #optional
|
||||
# - /path/to/nginx/log:/remotelogs/nginx:ro #optional
|
||||
# - /path/to/nzbget/log:/remotelogs/nzbget:ro #optional
|
||||
# - /path/to/overseerr/log:/remotelogs/overseerr:ro #optional
|
||||
# - /path/to/prowlarr/log:/remotelogs/prowlarr:ro #optional
|
||||
# - /path/to/radarr/log:/remotelogs/radarr:ro #optional
|
||||
# - /path/to/sabnzbd/log:/remotelogs/sabnzbd:ro #optional
|
||||
# - /path/to/sonarr/log:/remotelogs/sonarr:ro #optional
|
||||
# - /path/to/unificontroller/log:/remotelogs/unificontroller:ro #optional
|
||||
# - /path/to/vaultwarden/log:/remotelogs/vaultwarden:ro #optional
|
||||
restart: unless-stopped
|
||||
- /share/docker_data/unify_block/config.php:/config.php
|
||||
- /share/docker_data/unify_block/ban.sh:/ban.sh
|
||||
- /share/docker_data/unify_block/crontab:/etc/crontabs/root
|
||||
- /share/docker_data/fail2ban/ban:/ban
|
||||
- /share/docker_data/fail2ban/unban:/unban
|
||||
image: ${DOCKER_REGISTRY:-}tusc/blockips-unifi:latest
|
0
fail2ban/fail2ban.env
Normal file → Executable file
0
fail2ban/fail2ban.env
Normal file → Executable file
0
gitea/.env
Normal file → Executable file
0
gitea/.env
Normal file → Executable file
25
gitea/docker-compose.yml
Normal file → Executable file
25
gitea/docker-compose.yml
Normal file → Executable file
@ -5,9 +5,11 @@ services:
|
||||
server:
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- ROOT_URL= https://gitea.sectorq.eu
|
||||
USER_UID: 1000
|
||||
USER_GID: 1000
|
||||
ROOT_URL: https://gitea.sectorq.eu
|
||||
ENABLE_PASSWORD_SIGNIN_FORM: false
|
||||
DISABLE_REGISTRATION: true
|
||||
image: ${DOCKER_REGISTRY:-}gitea/gitea:latest
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
@ -35,3 +37,20 @@ services:
|
||||
- /share/docker_data/gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
runner:
|
||||
image: ${DOCKER_REGISTRY:-}docker.io/gitea/act_runner:nightly
|
||||
environment:
|
||||
CONFIG_FILE: /config/config.yaml
|
||||
GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb"
|
||||
GITEA_RUNNER_NAME: jaydee
|
||||
GITEA_RUNNER_LABELS: jaydee
|
||||
|
||||
volumes:
|
||||
- /share/docker_data/gitea-runner/config:/config
|
||||
- /share/docker_data/gitea-runner/data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
0
gitlab/docker-compose.yml
Normal file → Executable file
0
gitlab/docker-compose.yml
Normal file → Executable file
0
gotify/.env
Normal file → Executable file
0
gotify/.env
Normal file → Executable file
0
gotify/docker-compose copy.yml
Normal file → Executable file
0
gotify/docker-compose copy.yml
Normal file → Executable file
0
gotify/docker-compose.yml
Normal file → Executable file
0
gotify/docker-compose.yml
Normal file → Executable file
0
gotify/stack.env
Normal file → Executable file
0
gotify/stack.env
Normal file → Executable file
0
grafana/.env
Normal file → Executable file
0
grafana/.env
Normal file → Executable file
17
grafana/docker-compose.yml
Normal file → Executable file
17
grafana/docker-compose.yml
Normal file → Executable file
@ -46,7 +46,7 @@ services:
|
||||
- loki
|
||||
ports:
|
||||
- 3007:3000
|
||||
restart: unless-stopped
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
user: 0:0
|
||||
volumes:
|
||||
- /share/docker_data/grafana/data:/var/lib/grafana
|
||||
@ -58,9 +58,10 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- loki
|
||||
- loki
|
||||
ports:
|
||||
- 3100:3100
|
||||
- 3100:3100
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
promtail:
|
||||
command: -config.file=/etc/promtail/config.yml
|
||||
image: ${DOCKER_REGISTRY:-}grafana/promtail:latest
|
||||
@ -68,10 +69,12 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- loki
|
||||
- loki
|
||||
volumes:
|
||||
- /var/log:/var/log
|
||||
- /share/docker_data/grafana/promtail/config.yml:/etc/promtail/config.yml
|
||||
- /var/log:/var/log
|
||||
- /share/docker_data/grafana/promtail/config.yml:/etc/promtail/config.yml
|
||||
- /share/Data/__GITLAB/omv_backup/:/share/Data/__GITLAB/omv_backup/
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
renderer:
|
||||
image: ${DOCKER_REGISTRY:-}grafana/grafana-image-renderer:latest
|
||||
labels:
|
||||
@ -88,4 +91,4 @@ services:
|
||||
wud.watch.digest: true
|
||||
ports:
|
||||
- 8092
|
||||
restart: unless-stopped
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
|
0
home-assistant/.env
Normal file → Executable file
0
home-assistant/.env
Normal file → Executable file
70
home-assistant/docker-compose.yaml
Normal file → Executable file
70
home-assistant/docker-compose.yaml
Normal file → Executable file
@ -16,19 +16,21 @@ services:
|
||||
- DISABLE_JEMALLOC=value
|
||||
- TZ=Europe/Bratislava
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
- homepage.group=Smarthome
|
||||
- homepage.name=Home Assistant
|
||||
- homepage.weight=1
|
||||
- homepage.icon=home-assistant.png
|
||||
- homepage.href=https://ha.sectorq.eu
|
||||
- homepage.description=3D Printing
|
||||
- homepage.server=my-docker
|
||||
- homepage.container=HomeAssistant
|
||||
- homepage.widget.type=homeassistant
|
||||
- homepage.widget.url=https://ha.sectorq.eu
|
||||
- homepage.widget.key=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIzOTk5NGJjYjIzYjk0YzExYmM5OWZiNTBlNzU0N2M2YyIsImlhdCI6MTc0MDM5OTY4NCwiZXhwIjoyMDU1NzU5Njg0fQ.LDebvPGreyZzlWT1CylHSdSt8i_cWO72HnNCsCAIaG8
|
||||
#- homepage.widget.custom=[{"state","sensor.sonoff_1001555a27_power"}]
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
homepage.group: Smarthome
|
||||
homepage.name: Home Assistant
|
||||
homepage.weight: 1
|
||||
homepage.icon: home-assistant.png
|
||||
homepage.href: https://ha.sectorq.eu
|
||||
homepage.description: 3D Printing
|
||||
homepage.server: my-docker
|
||||
homepage.container: HomeAssistant
|
||||
homepage.widget.type: homeassistant
|
||||
homepage.widget.url: https://ha.sectorq.eu
|
||||
homepage.widget.key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIzOTk5NGJjYjIzYjk0YzExYmM5OWZiNTBlNzU0N2M2YyIsImlhdCI6MTc0MDM5OTY4NCwiZXhwIjoyMDU1NzU5Njg0fQ.LDebvPGreyZzlWT1CylHSdSt8i_cWO72HnNCsCAIaG8
|
||||
#homepage.widget.custom: [{"state","sensor.sonoff_1001555a27_power"}]
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
dns:
|
||||
- 192.168.77.101
|
||||
@ -62,19 +64,21 @@ services:
|
||||
- PASSWORD=jaydee1
|
||||
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
- homepage.group=Smarthome
|
||||
- homepage.name=ESPHome
|
||||
- homepage.weight=1
|
||||
- homepage.icon=esphome.png
|
||||
- homepage.href=https://esphome.sectorq.eu
|
||||
- homepage.description=3D Printing
|
||||
- homepage.server=my-docker
|
||||
- homepage.container=esphome
|
||||
- homepage.widget.type=esphome
|
||||
- homepage.widget.url=https://esphome.sectorq.eu
|
||||
- homepage.widget.username=jaydee
|
||||
- homepage.widget.password=jaydee1
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
homepage.group: Smarthome
|
||||
homepage.name: ESPHome
|
||||
homepage.weight: 1
|
||||
homepage.icon: esphome.png
|
||||
homepage.href: https://esphome.sectorq.eu
|
||||
homepage.description: 3D Printing
|
||||
homepage.server: my-docker
|
||||
homepage.container: esphome
|
||||
homepage.widget.type: esphome
|
||||
homepage.widget.url: https://esphome.sectorq.eu
|
||||
homepage.widget.username: jaydee
|
||||
homepage.widget.password: jaydee1
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
wyoming-piper-en:
|
||||
image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-piper
|
||||
container_name: piper-en
|
||||
@ -87,6 +91,8 @@ services:
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
wyoming-whisper-en:
|
||||
image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-whisper
|
||||
container_name: whisper-en
|
||||
@ -98,6 +104,8 @@ services:
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
openwakeword:
|
||||
container_name: openwakeword
|
||||
image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-openwakeword:latest
|
||||
@ -121,6 +129,8 @@ services:
|
||||
- 10400:10400/udp
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
matter-server:
|
||||
container_name: matter-server
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/home-assistant-libs/python-matter-server:stable
|
||||
@ -133,6 +143,8 @@ services:
|
||||
network_mode: host
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
|
||||
music-assistant-server:
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/music-assistant/server:latest # <<< Desired release version here (or use beta to get the latest beta version)
|
||||
@ -154,6 +166,8 @@ services:
|
||||
- LOG_LEVEL=info
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
influxdb:
|
||||
ports:
|
||||
- 8086:8086
|
||||
@ -174,4 +188,6 @@ services:
|
||||
timeout: 3s
|
||||
retries: 2
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
0
homepage/.env
Normal file → Executable file
0
homepage/.env
Normal file → Executable file
2
homepage/docker-compose.yml
Normal file → Executable file
2
homepage/docker-compose.yml
Normal file → Executable file
@ -7,7 +7,7 @@ services:
|
||||
dns:
|
||||
- 192.168.78.254
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003,m-server.home.lan:3003,rpi5.home.lan:3003,nas.home.lan:3003,192.168.77.238:3003
|
||||
HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003,m-server.home.lan:3003,rpi5.home.lan:3003,nas.home.lan:3003,192.168.77.238:3003,rack.home.lan:3003
|
||||
TZ: Europe/Bratislava
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/gethomepage/homepage:latest
|
||||
labels:
|
||||
|
4
immich/.env
Normal file → Executable file
4
immich/.env
Normal file → Executable file
@ -22,4 +22,6 @@ DB_DATABASE_NAME=immich
|
||||
IMMICH_INSTANCE_URL=https://immich.sectorq.eu/api
|
||||
IMMICH_API_KEY=l4c1j4yd33Du5lo
|
||||
APPNAME=immich
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
HW_MODE1=vaapi
|
||||
HW_MODE2=openvino
|
||||
|
0
immich/docker-compose.yml
Normal file → Executable file
0
immich/docker-compose.yml
Normal file → Executable file
0
immich/hwaccel.ml.yml
Normal file → Executable file
0
immich/hwaccel.ml.yml
Normal file → Executable file
0
immich/hwaccel.transcoding.yml
Normal file → Executable file
0
immich/hwaccel.transcoding.yml
Normal file → Executable file
5
immich/stack.env
Normal file → Executable file
5
immich/stack.env
Normal file → Executable file
@ -18,7 +18,4 @@ DB_PASSWORD=postgres
|
||||
# The values below this line do not need to be changed
|
||||
###################################################################################
|
||||
DB_USERNAME=postgres
|
||||
DB_DATABASE_NAME=immich
|
||||
IMMICH_INSTANCE_URL=https://immich.sectorq.eu/api
|
||||
IMMICH_API_KEY=l4c1j4yd33Du5lo
|
||||
APPNAME=immich
|
||||
DB_DATABASE_NAME=immich
|
2
jupyter_notebook/.env
Executable file
2
jupyter_notebook/.env
Executable file
@ -0,0 +1,2 @@
|
||||
APPNAME=jupyter
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
20
jupyter_notebook/docker-compose.yml
Executable file
20
jupyter_notebook/docker-compose.yml
Executable file
@ -0,0 +1,20 @@
|
||||
name: jupyter
|
||||
services:
|
||||
base-notebook:
|
||||
ports:
|
||||
- 8888:8888
|
||||
volumes:
|
||||
- /share/docker_data/jupyter:/home/jovyan/work
|
||||
image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
labels:
|
||||
homepage.container: jupyter-base-notebook-1
|
||||
homepage.description: Python server
|
||||
homepage.group: Utils
|
||||
homepage.href: http://m-server.home.lan:8888/
|
||||
homepage.icon: ${APPNAME}.png
|
||||
homepage.name: Jupyter Notebook
|
||||
homepage.server: my-docker
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
|
2
kestra/.env
Normal file → Executable file
2
kestra/.env
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
APPNAME=kestra
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
PASSWORD=l4c1j4yd33Du5lo
|
40
kestra/docker-compose.yml
Normal file → Executable file
40
kestra/docker-compose.yml
Normal file → Executable file
@ -5,14 +5,38 @@ services:
|
||||
postgres:
|
||||
condition: service_started
|
||||
environment:
|
||||
KESTRA_CONFIGURATION: "datasources:\n postgres:\n url: jdbc:postgresql://postgres:5432/kestra\n\
|
||||
\ driverClassName: org.postgresql.Driver\n username: kestra\n password:\
|
||||
\ k3str4\nkestra:\n server:\n basic-auth:\n enabled: true\n \
|
||||
\ username: \"jaydee@sectorq.eu\" # it must be a valid email address\n \
|
||||
\ password: l4c1j4yd33Du5lo\n repository:\n type: postgres\n storage:\n\
|
||||
\ type: local\n local:\n base-path: \"/app/storage\"\n queue:\n\
|
||||
\ type: postgres\n tasks:\n tmp-dir:\n path: /tmp/kestra-wd/tmp\n\
|
||||
\ url: http://localhost:8080/\n"
|
||||
SECRET_MYPASSWORD: bDRjMWo0eWQzM0R1NWxv
|
||||
SECRET_GITLAB: Z2xwYXQtdWotbi1lRWZUWTM5OFBFNHZLU1M=
|
||||
KESTRA_CONFIGURATION: |
|
||||
datasources:
|
||||
postgres:
|
||||
url: jdbc:postgresql://postgres:5432/kestra
|
||||
driverClassName: org.postgresql.Driver
|
||||
username: kestra
|
||||
password: k3str4
|
||||
kestra:
|
||||
server:
|
||||
basicAuth:
|
||||
enabled: false
|
||||
username: "jaydee@sectorq.eu" # it must be a valid email address
|
||||
password: ${PASSWORD}
|
||||
repository:
|
||||
type: postgres
|
||||
storage:
|
||||
type: local
|
||||
local:
|
||||
basePath: "/app/storage"
|
||||
queue:
|
||||
type: postgres
|
||||
tasks:
|
||||
tmpDir:
|
||||
path: /tmp/kestra-wd/tmp
|
||||
url: http://localhost:8080/
|
||||
micronaut:
|
||||
server:
|
||||
cors:
|
||||
enabled: true
|
||||
|
||||
image: ${DOCKER_REGISTRY:-}kestra/kestra:latest
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: 'true'
|
||||
|
0
kestra/stack.env
Normal file → Executable file
0
kestra/stack.env
Normal file → Executable file
0
mailu/.env
Normal file → Executable file
0
mailu/.env
Normal file → Executable file
151
mailu/docker-compose.yml
Normal file → Executable file
151
mailu/docker-compose.yml
Normal file → Executable file
@ -20,10 +20,10 @@ networks:
|
||||
services:
|
||||
admin:
|
||||
depends_on:
|
||||
- redis
|
||||
- resolver
|
||||
- redis
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
env_file: stack.env
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-2024.06}
|
||||
labels:
|
||||
@ -31,17 +31,17 @@ services:
|
||||
wud.watch.digest: true
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/data:/data
|
||||
- /share/docker_data/mailu3/dkim:/dkim
|
||||
- /share/docker_data/mailu3/data:/data
|
||||
- /share/docker_data/mailu3/dkim:/dkim
|
||||
antispam:
|
||||
depends_on:
|
||||
- front
|
||||
- redis
|
||||
- oletools
|
||||
- antivirus
|
||||
- resolver
|
||||
- front
|
||||
- redis
|
||||
- oletools
|
||||
- antivirus
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
env_file: stack.env
|
||||
hostname: antispam
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}rspamd:${MAILU_VERSION:-2024.06}
|
||||
@ -49,39 +49,39 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- default
|
||||
- oletools
|
||||
- clamav
|
||||
- default
|
||||
- oletools
|
||||
- clamav
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/filter:/var/lib/rspamd
|
||||
- /share/docker_data/mailu3/overrides/rspamd:/overrides:ro
|
||||
- /share/docker_data/mailu3/filter:/var/lib/rspamd
|
||||
- /share/docker_data/mailu3/overrides/rspamd:/overrides:ro
|
||||
antivirus:
|
||||
healthcheck:
|
||||
interval: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
test:
|
||||
- CMD-SHELL
|
||||
- kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid`
|
||||
- CMD-SHELL
|
||||
- kill -0 `cat /tmp/clamd.pid` && kill -0 `cat /tmp/freshclam.pid`
|
||||
timeout: 5s
|
||||
image: ${DOCKER_REGISTRY:-}clamav/clamav-debian:1.2.0-6
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- clamav
|
||||
- clamav
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/filter/clamav:/var/lib/clamav
|
||||
- /share/docker_data/mailu3/filter/clamav:/var/lib/clamav
|
||||
fetchmail:
|
||||
depends_on:
|
||||
- admin
|
||||
- smtp
|
||||
- imap
|
||||
- resolver
|
||||
- admin
|
||||
- smtp
|
||||
- imap
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
env_file: stack.env
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-2024.06}
|
||||
labels:
|
||||
@ -92,9 +92,9 @@ services:
|
||||
- /share/docker_data/mailu3/data/fetchmail:/data
|
||||
front:
|
||||
depends_on:
|
||||
- resolver
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
env_file: stack.env
|
||||
extends:
|
||||
file: logging.yml
|
||||
@ -103,37 +103,46 @@ services:
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
homepage.container: mailu3-front-1
|
||||
homepage.description: eMail server
|
||||
homepage.group: Utilities
|
||||
homepage.href: https://mail.sectorq.eu
|
||||
homepage.icon: ${APPNAME}.png
|
||||
homepage.name: Mailu
|
||||
homepage.server: my-docker
|
||||
homepage.weight: 1
|
||||
|
||||
networks:
|
||||
- default
|
||||
- webmail
|
||||
- radicale
|
||||
- default
|
||||
- webmail
|
||||
- radicale
|
||||
ports:
|
||||
- 0.0.0.0:8880:80
|
||||
- 0.0.0.0:8443:443
|
||||
- 0.0.0.0:25:25
|
||||
- 0.0.0.0:465:465
|
||||
- 0.0.0.0:587:587
|
||||
- 0.0.0.0:110:110
|
||||
- 0.0.0.0:995:995
|
||||
- 0.0.0.0:143:143
|
||||
- 0.0.0.0:993:993
|
||||
- 0.0.0.0:4190:4190
|
||||
- 0.0.0.0:8880:80
|
||||
- 0.0.0.0:8443:443
|
||||
- 0.0.0.0:25:25
|
||||
- 0.0.0.0:465:465
|
||||
- 0.0.0.0:587:587
|
||||
- 0.0.0.0:110:110
|
||||
- 0.0.0.0:995:995
|
||||
- 0.0.0.0:143:143
|
||||
- 0.0.0.0:993:993
|
||||
- 0.0.0.0:4190:4190
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/certs:/certs
|
||||
- /share/docker_data/mailu3/overrides/nginx:/overrides:ro
|
||||
- /share/docker_data/mailu3/certs:/certs
|
||||
- /share/docker_data/mailu3/overrides/nginx:/overrides:ro
|
||||
fts_attachments:
|
||||
depends_on:
|
||||
- resolver
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
healthcheck:
|
||||
interval: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
test:
|
||||
- CMD-SHELL
|
||||
- wget -nv -t1 -O /dev/null http://127.0.0.1:9998/tika || exit 1
|
||||
- CMD-SHELL
|
||||
- wget -nv -t1 -O /dev/null http://127.0.0.1:9998/tika || exit 1
|
||||
timeout: 5s
|
||||
hostname: tika
|
||||
image: ${DOCKER_REGISTRY:-}apache/tika:2.9.2.1-full
|
||||
@ -141,45 +150,45 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- fts_attachments
|
||||
- fts_attachments
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
imap:
|
||||
depends_on:
|
||||
- front
|
||||
- fts_attachments
|
||||
- resolver
|
||||
- front
|
||||
- fts_attachments
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
env_file: stack.env
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}dovecot:${MAILU_VERSION:-2024.06}
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- default
|
||||
- fts_attachments
|
||||
- default
|
||||
- fts_attachments
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/mail:/mail
|
||||
- /share/docker_data/mailu3/overrides/dovecot:/overrides:ro
|
||||
- /share/docker_data/mailu3/mail:/mail
|
||||
- /share/docker_data/mailu3/overrides/dovecot:/overrides:ro
|
||||
oletools:
|
||||
depends_on:
|
||||
- resolver
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
hostname: oletools
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}oletools:${MAILU_VERSION:-2024.06}
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- oletools
|
||||
- oletools
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
redis:
|
||||
depends_on:
|
||||
- resolver
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
image: ${DOCKER_REGISTRY:-}redis:alpine
|
||||
labels:
|
||||
wud.watch: true
|
||||
@ -199,10 +208,10 @@ services:
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
smtp:
|
||||
depends_on:
|
||||
- front
|
||||
- resolver
|
||||
- front
|
||||
- resolver
|
||||
dns:
|
||||
- 192.168.205.254
|
||||
- 192.168.205.254
|
||||
env_file: stack.env
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-2024.06}
|
||||
labels:
|
||||
@ -210,29 +219,29 @@ services:
|
||||
wud.watch.digest: true
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/mailqueue:/queue
|
||||
- /share/docker_data/mailu3/overrides/postfix:/overrides:ro
|
||||
- /share/docker_data/mailu3/mailqueue:/queue
|
||||
- /share/docker_data/mailu3/overrides/postfix:/overrides:ro
|
||||
webdav:
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}radicale:${MAILU_VERSION:-2024.06}
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- radicale
|
||||
- radicale
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/dav:/data
|
||||
- /share/docker_data/mailu3/dav:/data
|
||||
webmail:
|
||||
depends_on:
|
||||
- front
|
||||
- front
|
||||
env_file: stack.env
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}webmail:${MAILU_VERSION:-2024.06}
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- webmail
|
||||
- webmail
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/mailu3/webmail:/data
|
||||
- /share/docker_data/mailu3/overrides/roundcube:/overrides:ro
|
||||
- /share/docker_data/mailu3/webmail:/data
|
||||
- /share/docker_data/mailu3/overrides/roundcube:/overrides:ro
|
||||
|
6
mailu/logging.yml
Normal file → Executable file
6
mailu/logging.yml
Normal file → Executable file
@ -5,7 +5,11 @@ services:
|
||||
driver: syslog
|
||||
options:
|
||||
tag: mailu-front
|
||||
|
||||
journald:
|
||||
logging:
|
||||
driver: journald
|
||||
options:
|
||||
tag: mailu-front
|
||||
loki:
|
||||
logging:
|
||||
driver: loki
|
||||
|
4
mailu/stack.env
Normal file → Executable file
4
mailu/stack.env
Normal file → Executable file
@ -24,8 +24,8 @@ HOSTNAMES=sectorq.eu,mail.sectorq.eu
|
||||
POSTMASTER=admin
|
||||
|
||||
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
|
||||
TLS_FLAVOR=cert
|
||||
|
||||
#TLS_FLAVOR=cert
|
||||
TLS_FLAVOR=letsencrypt
|
||||
# Authentication rate limit per IP (per /24 on ipv4 and /48 on ipv6)
|
||||
AUTH_RATELIMIT_IP=5/hour
|
||||
|
||||
|
4
mealie/.env
Executable file
4
mealie/.env
Executable file
@ -0,0 +1,4 @@
|
||||
RESTART=always
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
APPNAME=mealie
|
||||
|
42
mealie/docker-compose.yml
Executable file
42
mealie/docker-compose.yml
Executable file
@ -0,0 +1,42 @@
|
||||
services:
|
||||
mealie:
|
||||
image: ${DOCKER_REGISTRY}ghcr.io/mealie-recipes/mealie:v2.8.0 #
|
||||
container_name: mealie
|
||||
restart: always
|
||||
ports:
|
||||
- "9925:9000" #
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1000M #
|
||||
volumes:
|
||||
- /share/docker_data/mealie/data:/app/data/
|
||||
environment:
|
||||
# Set Backend ENV Variables Here
|
||||
ALLOW_SIGNUP: "false"
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Europe/Bratislava
|
||||
BASE_URL: https://mealie.sectorq.eu
|
||||
OIDC_AUTH_ENABLED: true
|
||||
OIDC_PROVIDER_NAME: authentik
|
||||
OIDC_CONFIGURATION_URL: https://auth.sectorq.eu/application/o/mealie/.well-known/openid-configuration
|
||||
OIDC_CLIENT_ID: "QfrrMn3EzUqkb3ueFl8UQe983qCxr50O2eScPZ3b"
|
||||
OIDC_CLIENT_SECRET: "SN5QQJzEZO6kFbyZJ4JcaUbev1CH3VDFfyfB0oeJXo23r0Wx74xpfLS3OMAvoRW8QFxpaYwsRm492MHtZIHaofwf29yhjADHA2DABPecSGAm8V6JVU8m4HRSF3NjDyTV"
|
||||
OIDC_SIGNUP_ENABLED: true
|
||||
OIDC_USER_GROUP: mealie-users
|
||||
OIDC_ADMIN_GROUP: mealie-admins
|
||||
OIDC_AUTO_REDIRECT: true # Optional: The login page will be bypassed and you will be sent directly to your Identity Provider.
|
||||
OIDC_REMEMBER_ME: true
|
||||
labels:
|
||||
homepage.container: mealie
|
||||
homepage.description: Recipe server
|
||||
homepage.group: Utils
|
||||
homepage.href: https://${APPNAME}.sectorq.eu
|
||||
homepage.icon: ${APPNAME}.png
|
||||
homepage.name: Mealie
|
||||
homepage.server: my-docker
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
volumes:
|
||||
mealie-data:
|
37
mealie/stack.env
Executable file
37
mealie/stack.env
Executable file
@ -0,0 +1,37 @@
|
||||
###############################################################################
|
||||
# Paperless-ngx settings #
|
||||
###############################################################################
|
||||
|
||||
# See http://docs.paperless-ngx.com/configuration/ for all available options.
|
||||
|
||||
# The UID and GID of the user used to run paperless in the container. Set this
|
||||
# to your UID and GID on the host so that you have write access to the
|
||||
# consumption directory.
|
||||
#USERMAP_UID=1000
|
||||
#USERMAP_GID=1000
|
||||
|
||||
# See the documentation linked above for all options. A few commonly adjusted settings
|
||||
# are provided below.
|
||||
|
||||
# This is required if you will be exposing Paperless-ngx on a public domain
|
||||
# (if doing so please consider security measures such as reverse proxy)
|
||||
#PAPERLESS_URL=https://paperless.example.com
|
||||
|
||||
# Adjust this key if you plan to make paperless available publicly. It should
|
||||
# be a very long sequence of random characters. You don't need to remember it.
|
||||
#PAPERLESS_SECRET_KEY=change-me
|
||||
|
||||
# Use this variable to set a timezone for the Paperless Docker containers. Defaults to UTC.
|
||||
#PAPERLESS_TIME_ZONE=America/Los_Angeles
|
||||
|
||||
# The default language to use for OCR. Set this to the language most of your
|
||||
# documents are written in.
|
||||
#PAPERLESS_OCR_LANGUAGE=eng
|
||||
|
||||
# Additional languages to install for text recognition, separated by a whitespace.
|
||||
# Note that this is different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines
|
||||
# the language used for OCR.
|
||||
# The container installs English, German, Italian, Spanish and French by default.
|
||||
# See https://packages.debian.org/search?keywords=tesseract-ocr-&searchon=names&suite=buster
|
||||
# for available languages.
|
||||
#PAPERLESS_OCR_LANGUAGES=tur ces
|
1
mediacenter/.env
Normal file → Executable file
1
mediacenter/.env
Normal file → Executable file
@ -9,3 +9,4 @@ LIDARR_TOKEN=a9d7379966bd467aa0ad226848575e03
|
||||
QBIT_TOKEN=l4c1j4yd33Du5lo
|
||||
RADARR_TOKEN=671f20f9518b4ab3a977cc00f95b0427
|
||||
SONARR_TOKEN=325b15a81c544ed2a1cd2bb16e95a129
|
||||
HW_MODE=hw
|
60
mediacenter/docker-compose.yml
Normal file → Executable file
60
mediacenter/docker-compose.yml
Normal file → Executable file
@ -7,12 +7,12 @@ services:
|
||||
bazarr:
|
||||
container_name: bazarr
|
||||
depends_on:
|
||||
- sonarr
|
||||
- radarr
|
||||
- sonarr
|
||||
- radarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
hostname: bazarr
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/bazarr:latest
|
||||
labels:
|
||||
@ -31,14 +31,14 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- mediarr
|
||||
- mediarr
|
||||
ports:
|
||||
- 6767:6767
|
||||
- 6767:6767
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/bazarr/config:/config
|
||||
- /media/data/movies:/movies
|
||||
- /media/data/shows:/tv
|
||||
- /share/docker_data/bazarr/config:/config
|
||||
- /media/data/movies:/movies
|
||||
- /media/data/shows:/tv
|
||||
flaresolverr:
|
||||
container_name: flaresolverr
|
||||
environment:
|
||||
@ -51,9 +51,9 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- mediarr
|
||||
- mediarr
|
||||
ports:
|
||||
- 8191:8191
|
||||
- 8191:8191
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
homarr:
|
||||
container_name: homarr
|
||||
@ -64,26 +64,28 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
networks:
|
||||
- mediarr
|
||||
- mediarr
|
||||
ports:
|
||||
- 7575:7575
|
||||
- 7575:7575
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /share/docker_data/homarr/configs:/app/data/configs
|
||||
- /share/docker_data/homarr/icons:/app/public/icons
|
||||
- /share/docker_data/homarr/data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /share/docker_data/homarr/configs:/app/data/configs
|
||||
- /share/docker_data/homarr/icons:/app/public/icons
|
||||
- /share/docker_data/homarr/data:/data
|
||||
jackett:
|
||||
container_name: jackett
|
||||
dns:
|
||||
- 192.168.77.101
|
||||
depends_on:
|
||||
- sonarr
|
||||
- radarr
|
||||
- sonarr
|
||||
- radarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
- AUTO_UPDATE=true
|
||||
- RUN_OPTS=
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
- AUTO_UPDATE=true
|
||||
- RUN_OPTS=
|
||||
hostname: jackett
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/jackett:latest
|
||||
labels:
|
||||
@ -282,10 +284,12 @@ services:
|
||||
- /media/data/downloads:/downloads
|
||||
sonarr:
|
||||
container_name: sonarr
|
||||
dns:
|
||||
- 192.168.77.101
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Bratislava
|
||||
hostname: sonarr
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/sonarr:latest
|
||||
labels:
|
||||
|
0
mediacenter/hwaccel.yml
Normal file → Executable file
0
mediacenter/hwaccel.yml
Normal file → Executable file
0
mosquitto/.env
Normal file → Executable file
0
mosquitto/.env
Normal file → Executable file
0
mosquitto/docker-compose.yml
Normal file → Executable file
0
mosquitto/docker-compose.yml
Normal file → Executable file
0
motioneye/docker-compose.yml
Normal file → Executable file
0
motioneye/docker-compose.yml
Normal file → Executable file
0
nextcloud/.env
Normal file → Executable file
0
nextcloud/.env
Normal file → Executable file
0
nextcloud/docker-compose.yml
Normal file → Executable file
0
nextcloud/docker-compose.yml
Normal file → Executable file
6
nextcloud/stack.env
Normal file → Executable file
6
nextcloud/stack.env
Normal file → Executable file
@ -5,6 +5,6 @@ MYSQL_DATABASE=nextcloud
|
||||
MYSQL_USER=nextcloud
|
||||
MYSQL_HOST=db
|
||||
REDIS_HOST=redis
|
||||
# - PHP_MEMORY_LIMIT=1024M
|
||||
# - PHP_UPLOAD_LIMIT=1024M
|
||||
# - NEXTCLOUD_MEMORY_LIMIT=1024M
|
||||
PHP_MEMORY_LIMIT=1024M
|
||||
PHP_UPLOAD_LIMIT=1024M
|
||||
NEXTCLOUD_MEMORY_LIMIT=1024M
|
0
nginx/.env
Normal file → Executable file
0
nginx/.env
Normal file → Executable file
0
nginx/docker-compose.yml
Normal file → Executable file
0
nginx/docker-compose.yml
Normal file → Executable file
2
node-red/.env
Executable file
2
node-red/.env
Executable file
@ -0,0 +1,2 @@
|
||||
APPNAME=node-red
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
7
node-red/docker-compose.yml
Normal file → Executable file
7
node-red/docker-compose.yml
Normal file → Executable file
@ -11,6 +11,13 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: 'true'
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
homepage.container: node-red-node-red-1
|
||||
homepage.description: Node red
|
||||
homepage.group: Infrastructure
|
||||
homepage.href: http://active.home.lan:1880
|
||||
homepage.icon: node-red.png
|
||||
homepage.name: Node-red
|
||||
homepage.server: my-docker
|
||||
mem_limit: 1g
|
||||
networks:
|
||||
- node-red-net
|
||||
|
8
octoprint/docker-compose.yml
Normal file → Executable file
8
octoprint/docker-compose.yml
Normal file → Executable file
@ -2,7 +2,7 @@ services:
|
||||
octoprint1:
|
||||
container_name: octoprint1
|
||||
devices:
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
environment:
|
||||
- ENABLE_MJPG_STREAMER=true
|
||||
image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest
|
||||
@ -25,7 +25,7 @@ services:
|
||||
ports:
|
||||
- 85:80
|
||||
volumes:
|
||||
- /share/docker_data/octoprint1:/octoprint
|
||||
- /share/docker_data/octoprint1:/octoprint
|
||||
octoprint2:
|
||||
container_name: octoprint2
|
||||
environment:
|
||||
@ -50,5 +50,5 @@ services:
|
||||
ports:
|
||||
- 86:80
|
||||
volumes:
|
||||
- /share/docker_data/octoprint2:/octoprint
|
||||
- /dev:/dev
|
||||
- /share/docker_data/octoprint2:/octoprint
|
||||
- /dev:/dev
|
||||
|
0
openldap/docker-compose.yml
Normal file → Executable file
0
openldap/docker-compose.yml
Normal file → Executable file
3
paperless-ngx/.env
Executable file
3
paperless-ngx/.env
Executable file
@ -0,0 +1,3 @@
|
||||
RESTART=always
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
APPNAME=paperless-ngx
|
53
paperless-ngx/docker-compose.yml
Executable file
53
paperless-ngx/docker-compose.yml
Executable file
@ -0,0 +1,53 @@
|
||||
services:
|
||||
broker:
|
||||
image: ${DOCKER_REGISTRY:-}docker.io/library/redis:8
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /share/docker_data/paperless/redisdata:/data
|
||||
webserver:
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/paperless-ngx/paperless-ngx:latest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- broker
|
||||
ports:
|
||||
- "8001:8000"
|
||||
volumes:
|
||||
- /share/docker_data/paperless/data:/usr/src/paperless/data
|
||||
- /share/docker_data/paperless/media:/usr/src/paperless/media
|
||||
- /share/docker_data/paperless/export:/usr/src/paperless/export
|
||||
- /share/docker_data/paperless/consume:/usr/src/paperless/consume
|
||||
- /share/docker_data/paperless/scripts:/opt/scripts
|
||||
env_file: stack.env
|
||||
environment:
|
||||
PAPERLESS_REDIS: redis://broker:6379
|
||||
PAPERLESS_APPS: allauth.socialaccount.providers.openid_connect
|
||||
PAPERLESS_URL: https://paperless.sectorq.eu
|
||||
PAPERLESS_CSRF_TRUSTED_ORIGINS: https://paperless.sectorq.eu
|
||||
PAPERLESS_POST_CONSUME_SCRIPT: /opt/scripts/post-consumption.sh
|
||||
PAPERLESS_SOCIALACCOUNT_PROVIDERS: >
|
||||
{
|
||||
"openid_connect": {
|
||||
"APPS": [
|
||||
{
|
||||
"provider_id": "authentik",
|
||||
"name": "Authentik",
|
||||
"client_id": "B4NM614bqWkvDqGDAmR823qUm8n4ZNlG3XtvkI51",
|
||||
"secret": "7FFRdLWOUHlDxkhc86xR2yhxRn8BmDfTtfX9aTVY1XbRY197zy3UXPs51IMIkIjwjp6uijtpIQDDJDpR7LNInJt0F5hEXGMEcTfJxYyfNv2ytKFO58tCN5UD2EnzbCmN",
|
||||
"settings": {
|
||||
"server_url": "https://auth.sectorq.eu/application/o/paperless/.well-known/openid-configuration"
|
||||
}
|
||||
}
|
||||
],
|
||||
"OAUTH_PKCE_ENABLED": "True"
|
||||
}
|
||||
}
|
||||
labels:
|
||||
homepage.container: paperless-webserver-1
|
||||
homepage.description: PDF server
|
||||
homepage.group: Utils
|
||||
homepage.href: https://paperless.sectorq.eu
|
||||
homepage.icon: ${APPNAME}.png
|
||||
homepage.name: Paperless
|
||||
homepage.server: my-docker
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
37
paperless-ngx/stack.env
Executable file
37
paperless-ngx/stack.env
Executable file
@ -0,0 +1,37 @@
|
||||
###############################################################################
|
||||
# Paperless-ngx settings #
|
||||
###############################################################################
|
||||
|
||||
# See http://docs.paperless-ngx.com/configuration/ for all available options.
|
||||
|
||||
# The UID and GID of the user used to run paperless in the container. Set this
|
||||
# to your UID and GID on the host so that you have write access to the
|
||||
# consumption directory.
|
||||
#USERMAP_UID=1000
|
||||
#USERMAP_GID=1000
|
||||
|
||||
# See the documentation linked above for all options. A few commonly adjusted settings
|
||||
# are provided below.
|
||||
|
||||
# This is required if you will be exposing Paperless-ngx on a public domain
|
||||
# (if doing so please consider security measures such as reverse proxy)
|
||||
#PAPERLESS_URL=https://paperless.example.com
|
||||
|
||||
# Adjust this key if you plan to make paperless available publicly. It should
|
||||
# be a very long sequence of random characters. You don't need to remember it.
|
||||
#PAPERLESS_SECRET_KEY=change-me
|
||||
|
||||
# Use this variable to set a timezone for the Paperless Docker containers. Defaults to UTC.
|
||||
#PAPERLESS_TIME_ZONE=America/Los_Angeles
|
||||
|
||||
# The default language to use for OCR. Set this to the language most of your
|
||||
# documents are written in.
|
||||
#PAPERLESS_OCR_LANGUAGE=eng
|
||||
|
||||
# Additional languages to install for text recognition, separated by a whitespace.
|
||||
# Note that this is different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines
|
||||
# the language used for OCR.
|
||||
# The container installs English, German, Italian, Spanish and French by default.
|
||||
# See https://packages.debian.org/search?keywords=tesseract-ocr-&searchon=names&suite=buster
|
||||
# for available languages.
|
||||
#PAPERLESS_OCR_LANGUAGES=tur ces
|
0
pihole/.env
Normal file → Executable file
0
pihole/.env
Normal file → Executable file
4
pihole/docker-compose.yml
Normal file → Executable file
4
pihole/docker-compose.yml
Normal file → Executable file
@ -9,7 +9,7 @@ services:
|
||||
orbital-sync:
|
||||
environment:
|
||||
INTERVAL_MINUTES: 60
|
||||
PRIMARY_HOST_BASE_URL: http://192.168.77.101:9380
|
||||
PRIMARY_HOST_BASE_URL: https://m-server.home.lan:9343/
|
||||
PRIMARY_HOST_PASSWORD: ${PASSWORD}
|
||||
SECONDARY_HOSTS_1_BASE_URL: http://192.168.77.106:9380
|
||||
SECONDARY_HOSTS_1_PASSWORD: ${PASSWORD}
|
||||
@ -43,7 +43,7 @@ services:
|
||||
homepage.name: Pihole
|
||||
homepage.server: my-docker
|
||||
homepage.weight: '1'
|
||||
homepage.widget.password: ${PASSWORD}
|
||||
homepage.widget.key: ${PASSWORD}
|
||||
homepage.widget.type: pihole
|
||||
homepage.widget.url: https://active.home.lan:9343
|
||||
homepage.widget.version: '6'
|
||||
|
0
portainer/docker-compose.yml
Normal file → Executable file
0
portainer/docker-compose.yml
Normal file → Executable file
0
rancher/.env
Normal file → Executable file
0
rancher/.env
Normal file → Executable file
0
rancher/docker-compose.yml
Normal file → Executable file
0
rancher/docker-compose.yml
Normal file → Executable file
0
registry/.env
Normal file → Executable file
0
registry/.env
Normal file → Executable file
0
registry/docker-compose.yml
Normal file → Executable file
0
registry/docker-compose.yml
Normal file → Executable file
0
regsync/.env
Normal file → Executable file
0
regsync/.env
Normal file → Executable file
0
regsync/docker-compose.yml
Normal file → Executable file
0
regsync/docker-compose.yml
Normal file → Executable file
0
regsync/stack.env
Normal file → Executable file
0
regsync/stack.env
Normal file → Executable file
0
semaphore/.env
Normal file → Executable file
0
semaphore/.env
Normal file → Executable file
0
semaphore/config.conf
Normal file → Executable file
0
semaphore/config.conf
Normal file → Executable file
0
semaphore/docker-compose.yml
Normal file → Executable file
0
semaphore/docker-compose.yml
Normal file → Executable file
0
uptime-kuma/.env
Normal file → Executable file
0
uptime-kuma/.env
Normal file → Executable file
0
uptime-kuma/docker-compose.yml
Normal file → Executable file
0
uptime-kuma/docker-compose.yml
Normal file → Executable file
0
watchtower/.env
Normal file → Executable file
0
watchtower/.env
Normal file → Executable file
0
watchtower/docker-compose.yml
Normal file → Executable file
0
watchtower/docker-compose.yml
Normal file → Executable file
0
watchtower/logging.yml
Normal file → Executable file
0
watchtower/logging.yml
Normal file → Executable file
0
watchtower/stack.env
Normal file → Executable file
0
watchtower/stack.env
Normal file → Executable file
0
wazuh/.env
Normal file → Executable file
0
wazuh/.env
Normal file → Executable file
0
wazuh/docker-compose.yml
Normal file → Executable file
0
wazuh/docker-compose.yml
Normal file → Executable file
0
webhooks.py
Normal file → Executable file
0
webhooks.py
Normal file → Executable file
0
webhub/.env
Normal file → Executable file
0
webhub/.env
Normal file → Executable file
0
webhub/docker-compose.yml
Normal file → Executable file
0
webhub/docker-compose.yml
Normal file → Executable file
0
wordpress/.env
Normal file → Executable file
0
wordpress/.env
Normal file → Executable file
0
wordpress/docker-compose.yml
Normal file → Executable file
0
wordpress/docker-compose.yml
Normal file → Executable file
0
wordpress/stack.env
Normal file → Executable file
0
wordpress/stack.env
Normal file → Executable file
0
wud/docker-compose.yml
Normal file → Executable file
0
wud/docker-compose.yml
Normal file → Executable file
1
wud/stack.env
Normal file → Executable file
1
wud/stack.env
Normal file → Executable file
@ -41,6 +41,7 @@ WUD_TRIGGER_GOTIFY_EXTERNAL_ONCE=true
|
||||
WUD_TRIGGER_DOCKER_MSERVER_PRUNE=true
|
||||
WUD_TRIGGER_DOCKER_RPI5_PRUNE=true
|
||||
WUD_TRIGGER_DOCKER_NAS_PRUNE=true
|
||||
WUD_TRIGGER_DOCKER_RACK_PRUNE=true
|
||||
# error info debug trace
|
||||
WUD_LOG_LEVEL=debug
|
||||
# text json
|
||||
|
0
zabbix-server/.env
Normal file → Executable file
0
zabbix-server/.env
Normal file → Executable file
6
zabbix-server/docker-compose.yml
Normal file → Executable file
6
zabbix-server/docker-compose.yml
Normal file → Executable file
@ -12,8 +12,6 @@ services:
|
||||
image: ${DOCKER_REGISTRY:-}postgres:16-alpine
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: false
|
||||
wud.watch.digest: false
|
||||
networks:
|
||||
zabbix:
|
||||
ipv4_address: 192.168.89.4
|
||||
@ -28,7 +26,7 @@ services:
|
||||
- db-server
|
||||
env_file:
|
||||
- stack.env
|
||||
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-web-nginx-pgsql:alpine-latest
|
||||
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-web-nginx-pgsql:alpine-7.2.0
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
wud.watch: true
|
||||
@ -50,7 +48,7 @@ services:
|
||||
extends:
|
||||
file: logging.yml
|
||||
service: ${LOGGING:-syslog}
|
||||
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-server-pgsql:alpine-latest
|
||||
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-server-pgsql:alpine-7.2.0
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: 'true'
|
||||
homepage.container: zabbix-server-zabbix-server-1
|
||||
|
2
zabbix-server/logging.yml
Normal file → Executable file
2
zabbix-server/logging.yml
Normal file → Executable file
@ -4,7 +4,7 @@ services:
|
||||
logging:
|
||||
driver: syslog
|
||||
options:
|
||||
tag: mailu-front
|
||||
tag: zabbix-server
|
||||
|
||||
loki:
|
||||
logging:
|
||||
|
0
zabbix-server/stack.env
Normal file → Executable file
0
zabbix-server/stack.env
Normal file → Executable file
0
zabbix/.gitkeep
Normal file → Executable file
0
zabbix/.gitkeep
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user