Code, KNXD und TrueCommand angepasst

This commit is contained in:
borgal
2022-03-26 00:49:01 +00:00
parent ff3502be67
commit 93d24ff97e
3 changed files with 17 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ version: "3"
services:
code-server:
# image: ghcr.io/linuxserver/code-server:v4.0.2-ls110
image: ghcr.io/linuxserver/code-server
container_name: code-server
environment:

View File

@@ -4,8 +4,10 @@ services:
image: henfri/knxd:v0.12.6
container_name: knxd
network_mode: "host"
restart: always
#
# Logging kann damit aktiviert werden, wenn es zu Problemen kommt - zum aktivieren muss der Container entfernt werden!!!
# command: knxd -t 1022 -e 1.1.250 -E 1.1.210:30 -f9 -DTRS -c -B single --send-delay=120 -b ipt:192.168.0.200
command: knxd -e 1.1.250 -E 1.1.210:30 -DTRS -c -i --send-delay=120 -B single -b ipt:192.168.0.200
restart: always
# mit logging, wenn es zu Problemen kommt - zum aktivieren muss der Container entfernt werden!!!
command: knxd -t 1022 -e 1.1.250 -E 1.1.210:30 -f9 -DTRS -c -B single --send-delay=120 -b ipt:192.168.0.200
#
# ohne logging
# command: knxd -e 1.1.250 -E 1.1.210:30 -DTRS -c -i --send-delay=120 -B single -b ipt:192.168.0.200

View File

@@ -1,13 +1,13 @@
version: '3.3'
services:
truecommand:
volumes:
- './data:/data'
ports:
- '8090:80'
- '8093:443'
restart: always
container_name: truecommand
environment:
- TZ=Europe/Berlin
image: ixsystems/truecommand
image: ixsystems/truecommand
container_name: truecommand
ports:
- '8090:80'
- '8093:443'
environment:
- TZ=Europe/Berlin
volumes:
- './data:/data'
restart: unless-stopped