Compare commits

..

8 Commits

Author SHA1 Message Date
3bb6e75d41 alias 2025-03-17 14:07:48 +01:00
9d9ae4616b alias 2025-03-17 14:03:56 +01:00
56e95184b1 alias 2025-03-17 13:59:41 +01:00
7a9b9aec88 alias 2025-03-17 13:59:05 +01:00
61810c624b alias 2025-03-17 13:47:02 +01:00
a567bbbb0a alias 2025-03-17 13:44:57 +01:00
b85b4a20aa alias 2025-03-17 13:37:06 +01:00
b3aac07a1e alias 2025-03-17 13:31:13 +01:00
7 changed files with 43 additions and 53 deletions

View File

@ -1,7 +1,7 @@
---
services:
motioneye:
image: ghcr.io/motioneye-project/motioneye:edge
image: ${DOCKER_REGISTRY:-}ghcr.io/motioneye-project/motioneye:edge
# init: true
ports:
- "8081:8081"

View File

@ -0,0 +1,20 @@
---
services:
node-red:
image: ${DOCKER_REGISTRY:-}nodered/node-red:latest
environment:
- TZ=Europe/Bratislava
ports:
- "1880:1880"
networks:
- node-red-net
dns:
- 192.168.77.101
volumes:
- /share/docker_data/node-red:/data
labels:
- com.centurylinklabs.watchtower.enable=true
mem_limit: 1g
restart: always
networks:
node-red-net:

View File

@ -13,7 +13,7 @@ services:
ports:
- 85:80
container_name: octoprint1
image: octoprint/octoprint:latest
image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest
labels:
- com.centurylinklabs.watchtower.enable=true
- homepage.group=Utilities
@ -40,7 +40,7 @@ services:
ports:
- 86:80
container_name: octoprint2
image: octoprint/octoprint:latest
image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest
labels:
- com.centurylinklabs.watchtower.enable=true
- homepage.group=Utilities

View File

@ -1,52 +1,20 @@
version: '2'
---
services:
db:
image: ${DOCKER_REGISTRY:-}mysql:8.0
volumes:
- /share/docker_data/semaphore/mysql/data:/var/lib/mysql
node-red:
image: ${DOCKER_REGISTRY:-}nodered/node-red:latest
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
MYSQL_DATABASE: semaphore_db
MYSQL_USER: semaphore_user
MYSQL_PASSWORD: StrongPassw0rd
restart: always
app:
- TZ=Europe/Bratislava
ports:
- 3002:3000
#image: semaphoreui/semaphore:latest
image: ${DOCKER_REGISTRY:-}semaphoreui/semaphore:latest
- "1880:1880"
networks:
- node-red-net
dns:
- 192.168.77.101
- 192.168.77.1
volumes:
- /etc/localtime:/etc/localtime:ro
- /share/docker_data/semaphore/app/:/etc/semaphore/
environment:
SEMAPHORE_DB_USER: semaphore_user
SEMAPHORE_DB_PASS: StrongPassw0rd
SEMAPHORE_DB_HOST: db
SEMAPHORE_DB_PORT: 3306
SEMAPHORE_DB: semaphore_db
SEMAPHORE_PLAYBOOK_PATH: /tmp/semaphore/
SEMAPHORE_ADMIN_PASSWORD: $SEMAPHORE_ADMIN_PASSWORD
SEMAPHORE_ADMIN_NAME: administrator
SEMAPHORE_ADMIN_EMAIL: administrator@sectorq.eu
SEMAPHORE_ADMIN: administrator
SEMAPHORE_ACCESS_KEY_ENCRYPTION: MflCLIUF5bn6Lgkuwy4BoAdIFhoZ4Ief2oocXmuZSjs=
SEMAPHORE_LDAP_ACTIVATED: 'no' # if you wish to use ldap, set to: 'yes'
SEMAPHORE_LDAP_HOST: '192.168.77.101'
SEMAPHORE_LDAP_PORT: '2389'
SEMAPHORE_LDAP_NEEDTLS: 'no'
SEMAPHORE_LDAP_DN_BIND: 'cn=jaydee,ou=users,dc=sectorq,dc=eu'
SEMAPHORE_LDAP_PASSWORD: '$LDAP_ADMIN_PASSWORD'
SEMAPHORE_LDAP_DN_SEARCH: 'dc=sectorq,dc=eu'
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
- /share/docker_data/node-red:/data
labels:
com.centurylinklabs.watchtower.enable: true
depends_on:
- db
restart: always
- com.centurylinklabs.watchtower.enable=true
mem_limit: 1g
restart: always
networks:
node-red-net:

View File

@ -2,7 +2,7 @@
version: "2.1"
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
@ -18,7 +18,7 @@ services:
labels:
com.centurylinklabs.watchtower.enable: true
web:
image: nginx:latest
image: ${DOCKER_REGISTRY:-}nginx:latest
restart: always
volumes:

View File

@ -39,6 +39,8 @@ WUD_TRIGGER_GOTIFY_EXTERNAL_ONCE=true
WUD_TRIGGER_DOCKER_MSERVER_PRUNE=true
WUD_TRIGGER_DOCKER_RPI5_PRUNE=true
WUD_TRIGGER_DOCKER_NAS_PRUNE=true
# error info debug trace
WUD_LOG_LEVEL=debug
# text json

View File

@ -1,7 +1,7 @@
version: '3'
services:
zabbix-server:
image: zabbix/zabbix-server-pgsql:alpine-latest
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-server-pgsql:alpine-latest
ports:
- "10051:10051"
env_file:
@ -32,7 +32,7 @@ services:
zabbix:
ipv4_address: 192.168.89.2
zabbix-frontend:
image: zabbix/zabbix-web-nginx-pgsql:alpine-latest
image: ${DOCKER_REGISTRY:-}zabbix/zabbix-web-nginx-pgsql:alpine-latest
ports:
- "8051:8080"
- "4435:8443"
@ -51,7 +51,7 @@ services:
zabbix:
ipv4_address: 192.168.89.3
db-server:
image: postgres:16-alpine
image: ${DOCKER_REGISTRY:-}postgres:16-alpine
ports:
- 5432:5432
volumes: