File tree Expand file tree Collapse file tree 16 files changed +88
-66
lines changed Expand file tree Collapse file tree 16 files changed +88
-66
lines changed Original file line number Diff line number Diff line change 3
3
image : adguard/adguardhome
4
4
restart : unless-stopped
5
5
environment :
6
- - TZ=Etc/UTC
6
+ - TZ=${TZ:- Etc/UTC}
7
7
# enable host mode to activate DHCP server on ports 67/udp & 68/tcp+udp
8
8
# note that you must also disable all other ports if you enable host mode
9
9
# network_mode: host
28
28
# - "5443:5443/tcp"
29
29
# - "5443:5443/udp"
30
30
volumes :
31
- - ./volumes/adguardhome/workdir:/opt/adguardhome/work
32
- - ./volumes/adguardhome/confdir:/opt/adguardhome/conf
31
+ - ./volumes/adguardhome/workdir:/opt/adguardhome/work
32
+ - ./volumes/adguardhome/confdir:/opt/adguardhome/conf
33
+
Original file line number Diff line number Diff line change 3
3
image : chronograf:latest
4
4
restart : unless-stopped
5
5
environment :
6
- - TZ=Etc/UTC
7
- # see https://docs.influxdata.com/chronograf/v1.9/administration/config-options/
6
+ - TZ=${TZ:- Etc/UTC}
7
+ # see https://docs.influxdata.com/chronograf/v1.9/administration/config-options/
8
8
- INFLUXDB_URL=http://influxdb:8086
9
- # - INFLUXDB_USERNAME=
10
- # - INFLUXDB_PASSWORD=
11
- # - INFLUXDB_ORG=
12
- # - KAPACITOR_URL=http://kapacitor:9092
9
+ # - INFLUXDB_USERNAME=
10
+ # - INFLUXDB_PASSWORD=
11
+ # - INFLUXDB_ORG=
12
+ # - KAPACITOR_URL=http://kapacitor:9092
13
13
ports :
14
14
- " 8888:8888"
15
15
volumes :
16
16
- ./volumes/chronograf:/var/lib/chronograf
17
17
depends_on :
18
18
- influxdb
19
- # - kapacitor
19
+ # - kapacitor
20
+
Original file line number Diff line number Diff line change 10
10
env_file :
11
11
- ./services/diyhue/diyhue.env
12
12
volumes :
13
- - ./volumes/diyhue:/opt/hue-emulator/export
13
+ - ./volumes/diyhue:/opt/hue-emulator/export
14
14
restart : unless-stopped
15
+
Original file line number Diff line number Diff line change 1
1
dozzle :
2
2
container_name : dozzle
3
- image : amir20/dozzle:latest
3
+ image : amir20/dozzle:latest
4
4
restart : unless-stopped
5
5
network_mode : host
6
- # ports:
7
- # - "8888:8080"
6
+ x- ports :
7
+ - " 8888:8080"
8
8
volumes :
9
9
- /var/run/docker.sock:/var/run/docker.sock
10
+
Original file line number Diff line number Diff line change 3
3
image : kapacitor:1.5
4
4
restart : unless-stopped
5
5
environment :
6
- - TZ=Etc/UTC
7
- # see https://docs.influxdata.com/kapacitor/v1.6/administration/configuration/#kapacitor-environment-variables
6
+ - TZ=${TZ:- Etc/UTC}
7
+ # see https://docs.influxdata.com/kapacitor/v1.6/administration/configuration/#kapacitor-environment-variables
8
8
- KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086
9
- # - KAPACITOR_INFLUXDB_USERNAME=
10
- # - KAPACITOR_INFLUXDB_PASSWORD=
11
- # - KAPACITOR_HOSTNAME=kapacitor
12
- # - KAPACITOR_LOGGING_LEVEL=INFO
13
- # - KAPACITOR_REPORTING_ENABLED=false
9
+ # - KAPACITOR_INFLUXDB_USERNAME=
10
+ # - KAPACITOR_INFLUXDB_PASSWORD=
11
+ # - KAPACITOR_HOSTNAME=kapacitor
12
+ # - KAPACITOR_LOGGING_LEVEL=INFO
13
+ # - KAPACITOR_REPORTING_ENABLED=false
14
14
ports :
15
15
- " 9092:9092"
16
16
volumes :
17
17
- ./volumes/kapacitor:/var/lib/kapacitor
18
18
depends_on :
19
19
- influxdb
20
+
Original file line number Diff line number Diff line change 3
3
build :
4
4
context : ./.templates/mosquitto/.
5
5
args :
6
- - MOSQUITTO_BASE=eclipse-mosquitto:latest
6
+ - MOSQUITTO_BASE=eclipse-mosquitto:latest
7
7
restart : unless-stopped
8
8
environment :
9
- - TZ=Etc/UTC
9
+ - TZ=${TZ:- Etc/UTC}
10
10
ports :
11
11
- " 1883:1883"
12
12
volumes :
13
13
- ./volumes/mosquitto/config:/mosquitto/config
14
14
- ./volumes/mosquitto/data:/mosquitto/data
15
15
- ./volumes/mosquitto/log:/mosquitto/log
16
16
- ./volumes/mosquitto/pwfile:/mosquitto/pwfile
17
+
Original file line number Diff line number Diff line change 13
13
- OPENHAB_HTTP_PORT=4050
14
14
- OPENHAB_HTTPS_PORT=4051
15
15
- EXTRA_JAVA_OPTS=-Duser.timezone=Etc/UTC
16
- # logging:
17
- # options:
18
- # max-size: "5m"
19
- # max-file: "3"
16
+ x-logging :
17
+ options :
18
+ max-size : " 5m"
19
+ max-file : " 3"
20
+
Original file line number Diff line number Diff line change 2
2
container_name : pgadmin4
3
3
image : gpongelli/pgadmin4-arm:latest-armv7
4
4
platform : linux/arm/v7
5
- # image: gpongelli/pgadmin4-arm:latest-armv8
5
+ # image: gpongelli/pgadmin4-arm:latest-armv8
6
6
restart : unless-stopped
7
7
environment :
8
- - TZ=${TZ:-Etc/UTC}
8
+ - TZ=${TZ:-Etc/UTC}
9
9
ports :
10
- - " 5050:5050"
10
+ - " 5050:5050"
11
11
volumes :
12
- - ./volumes/pgadmin4:/pgadmin4
12
+ - ./volumes/pgadmin4:/pgadmin4
13
+
Original file line number Diff line number Diff line change 6
6
- PUID=1000
7
7
- PGID=1000
8
8
- VERSION=docker
9
- # - UMASK_SET=022 #optional
9
+ # - UMASK_SET=022 #optional
10
10
volumes :
11
11
- ./volumes/plex/config:/config
12
- # - ~/mnt/HDD/tvseries:/tv
13
- # - ~/mnt/HDD/movies:/movies
12
+ # - ~/mnt/HDD/tvseries:/tv
13
+ # - ~/mnt/HDD/movies:/movies
14
14
- ./volumes/plex/transcode:/transcode
15
15
restart : unless-stopped
16
+
Original file line number Diff line number Diff line change 3
3
build : ./services/python/.
4
4
restart : unless-stopped
5
5
environment :
6
- - TZ=Etc/UTC
6
+ - TZ=${TZ:- Etc/UTC}
7
7
- IOTSTACK_UID=1000
8
8
- IOTSTACK_GID=1000
9
- # ports:
10
- # - "external:internal"
9
+ x- ports :
10
+ - " external:internal"
11
11
volumes :
12
12
- ./volumes/python/app:/usr/src/app
13
+
You can’t perform that action at this time.
0 commit comments