Skip to content

Commit c4b1360

Browse files
author
Slyke
committed
Removed logging and most comments from template files
1 parent 4221f10 commit c4b1360

File tree

38 files changed

+514
-691
lines changed

38 files changed

+514
-691
lines changed

.templates/adminer/service.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
adminer:
2-
container_name: adminer
3-
image: adminer
4-
restart: unless-stopped
5-
ports:
6-
- "9080:8080"
7-
networks:
8-
- iotstack_nw
9-
logging:
10-
options:
11-
max-size: "5m"
12-
max-file: "3"
1+
adminer:
2+
container_name: adminer
3+
image: adminer
4+
restart: unless-stopped
5+
ports:
6+
- "9080:8080"
7+
networks:
8+
- iotstack_nw

.templates/blynk_server/service.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
blynk_server:
2-
build: ./services/blynk_server/.
3-
container_name: blynk_server
4-
restart: unless-stopped
5-
ports:
6-
- "8180:8080"
7-
- "8441:8441"
8-
- "9443:9443"
9-
volumes:
10-
- ./volumes/blynk_server/data:/data
11-
- ./volumes/blynk_server/config:/config
12-
networks:
13-
- iotstack_nw
14-
logging:
15-
options:
16-
max-size: "5m"
17-
max-file: "3"
1+
blynk_server:
2+
build: ./services/blynk_server/.
3+
container_name: blynk_server
4+
restart: unless-stopped
5+
ports:
6+
- "8180:8080"
7+
- "8441:8441"
8+
- "9443:9443"
9+
volumes:
10+
- ./volumes/blynk_server/data:/data
11+
- ./volumes/blynk_server/config:/config
12+
networks:
13+
- iotstack_nw
1814

.templates/dashmachine/service.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
dashmachine:
2-
image: rmountjoy/dashmachine:latest
3-
container_name: dashmachine
4-
volumes:
5-
- ./volumes/dashmachine/user_data:/dashmachine/dashmachine/user_data
6-
ports:
7-
- 5000:5000
8-
restart: unless-stopped
1+
dashmachine:
2+
image: rmountjoy/dashmachine:latest
3+
container_name: dashmachine
4+
volumes:
5+
- ./volumes/dashmachine/user_data:/dashmachine/dashmachine/user_data
6+
ports:
7+
- 5000:5000
8+
restart: unless-stopped

.templates/deconz/service.yml

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
deconz:
2-
image: marthoc/deconz
3-
container_name: deconz
4-
restart: unless-stopped
5-
ports:
6-
- "8090:80"
7-
- "443:443"
8-
- "5901:5900"
9-
volumes:
10-
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
11-
devices: # This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
12-
- /dev/null
13-
environment:
14-
- DECONZ_VNC_MODE=1
15-
- DECONZ_VNC_PASSWORD=%randomPassword% # %randomPassword% is overwritten during preBuild hook
16-
- DEBUG_INFO=1
17-
- DEBUG_APS=0
18-
- DEBUG_ZCL=0
19-
- DEBUG_ZDP=0
20-
- DEBUG_OTAU=0
21-
networks:
22-
- iotstack_nw
23-
logging:
24-
options:
25-
max-size: "5m"
26-
max-file: "3"
1+
deconz:
2+
image: marthoc/deconz
3+
container_name: deconz
4+
restart: unless-stopped
5+
ports:
6+
- "8090:80"
7+
- "443:443"
8+
- "5901:5900"
9+
volumes:
10+
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
11+
devices: # This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
12+
- /dev/null
13+
environment:
14+
- DECONZ_VNC_MODE=1
15+
- DECONZ_VNC_PASSWORD=%randomPassword%
16+
- DEBUG_INFO=1
17+
- DEBUG_APS=0
18+
- DEBUG_ZCL=0
19+
- DEBUG_ZDP=0
20+
- DEBUG_OTAU=0
21+
networks:
22+
- iotstack_nw
23+

.templates/diyhue/service.yml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
diyhue:
2-
container_name: diyhue
3-
image: diyhue/core:latest
4-
ports:
5-
- "8070:80/tcp"
6-
- "1900:1900/udp"
7-
- "1982:1982/udp"
8-
- "2100:2100/udp"
9-
# - "443:443/tcp"
10-
environment:
11-
- IP=%LAN_IP_Address%
12-
- MAC=%LAN_MAC_Address%
13-
volumes:
14-
- ./volumes/diyhue/:/opt/hue-emulator/export/
15-
restart: unless-stopped
16-
networks:
17-
- iotstack_nw
18-
logging:
19-
options:
20-
max-size: "5m"
21-
max-file: "3"
1+
diyhue:
2+
container_name: diyhue
3+
image: diyhue/core:latest
4+
ports:
5+
- "8070:80/tcp"
6+
- "1900:1900/udp"
7+
- "1982:1982/udp"
8+
- "2100:2100/udp"
9+
environment:
10+
- IP=%LAN_IP_Address%
11+
- MAC=%LAN_MAC_Address%
12+
volumes:
13+
- ./volumes/diyhue/:/opt/hue-emulator/export/
14+
restart: unless-stopped
15+
networks:
16+
- iotstack_nw

.templates/domoticz/service.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
domoticz:
2-
container_name: domoticz
3-
image: linuxserver/domoticz:stable
4-
ports:
5-
- "8080:8080"
6-
- "6144:6144"
7-
- "1443:1443"
8-
volumes:
9-
- ./volumes/domoticz/data:/config
10-
env_file:
11-
- ./services/domoticz/domoticz.env
12-
restart: unless-stopped
13-
network_mode: bridge
14-
environment:
15-
PUID=1000
16-
PGID=1000
17-
#TZ=
18-
#WEBROOT=domoticz #optional
19-
1+
domoticz:
2+
container_name: domoticz
3+
image: linuxserver/domoticz:stable
4+
ports:
5+
- "8080:8080"
6+
- "6144:6144"
7+
- "1443:1443"
8+
volumes:
9+
- ./volumes/domoticz/data:/config
10+
env_file:
11+
- ./services/domoticz/domoticz.env
12+
restart: unless-stopped
13+
network_mode: bridge
14+
environment:
15+
- PUID=1000
16+
- PGID=1000
17+
# - TZ=
18+
# - WEBROOT=domoticz

.templates/dozzle/service.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
dozzle:
2-
container_name: dozzle
3-
image: amir20/dozzle:latest
4-
restart: unless-stopped
5-
network_mode: host
6-
ports:
7-
- "8888:8080"
8-
volumes:
9-
- /var/run/docker.sock:/var/run/docker.sock
10-
logging:
11-
options:
12-
max-size: "5m"
13-
max-file: "3"
1+
dozzle:
2+
container_name: dozzle
3+
image: amir20/dozzle:latest
4+
restart: unless-stopped
5+
network_mode: host
6+
ports:
7+
- "8888:8080"
8+
volumes:
9+
- /var/run/docker.sock:/var/run/docker.sock

.templates/espruinohub/service.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
espruinohub:
2-
container_name: espruinohub
3-
image: humbertosales/espruinohub-docker-rpi
4-
network_mode: host
5-
privileged: true
6-
restart: unless-stopped
7-
logging:
8-
options:
9-
max-size: "5m"
10-
max-file: "3"
1+
espruinohub:
2+
container_name: espruinohub
3+
image: humbertosales/espruinohub-docker-rpi
4+
network_mode: host
5+
privileged: true
6+
restart: unless-stopped

.templates/gitea/service.yml

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
gitea:
2-
container_name: gitea
3-
image: "kunde21/gitea-arm:latest"
4-
# image: "gitea/gitea" # x64
5-
restart: unless-stopped
6-
ports:
7-
- "7920:3000/tcp"
8-
- "2222:22/tcp"
9-
environment:
10-
- USER_UID=1000
11-
- USER_GID=1000
12-
volumes:
13-
- ./volumes/gitea/data:/data
14-
- /etc/timezone:/etc/timezone:ro
15-
# - /etc/localtime:/etc/localtime:ro
16-
networks:
17-
- iotstack_nw
18-
logging:
19-
options:
20-
max-size: "5m"
21-
max-file: "3"
1+
gitea:
2+
container_name: gitea
3+
image: "kunde21/gitea-arm:latest"
4+
restart: unless-stopped
5+
ports:
6+
- "7920:3000/tcp"
7+
- "2222:22/tcp"
8+
environment:
9+
- USER_UID=1000
10+
- USER_GID=1000
11+
volumes:
12+
- ./volumes/gitea/data:/data
13+
- /etc/timezone:/etc/timezone:ro
14+
networks:
15+
- iotstack_nw

.templates/grafana/service.yml

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
1-
grafana:
2-
container_name: grafana
3-
image: grafana/grafana
4-
restart: unless-stopped
5-
user: "0"
6-
ports:
7-
- "3000:3000"
8-
environment:
9-
- GF_PATHS_DATA=/var/lib/grafana
10-
- GF_PATHS_LOGS=/var/log/grafana
11-
# - TZ=Etc/UTC
12-
## [SERVER]
13-
# - GF_SERVER_ROOT_URL=http://localhost:3000/grafana
14-
# - GF_SERVER_SERVE_FROM_SUB_PATH=true
15-
## [SECURITY]
16-
# - GF_SECURITY_ADMIN_USER=admin
17-
# - GF_SECURITY_ADMIN_PASSWORD=admin
18-
# - GF_SECURITY_ALLOW_EMBEDDING=true # Allows embedding externally
19-
# - GF_AUTH_ANONYMOUS_ENABLED=true # Allows public read access to graphs
20-
volumes:
21-
- ./volumes/grafana/data:/var/lib/grafana
22-
- ./volumes/grafana/log:/var/log/grafana
23-
networks:
24-
- iotstack_nw
25-
logging:
26-
options:
27-
max-size: "5m"
28-
max-file: "3"
1+
grafana:
2+
container_name: grafana
3+
image: grafana/grafana
4+
restart: unless-stopped
5+
user: "0"
6+
ports:
7+
- "3000:3000"
8+
environment:
9+
- GF_PATHS_DATA=/var/lib/grafana
10+
- GF_PATHS_LOGS=/var/log/grafana
11+
volumes:
12+
- ./volumes/grafana/data:/var/lib/grafana
13+
- ./volumes/grafana/log:/var/log/grafana
14+
networks:
15+
- iotstack_nw
16+

0 commit comments

Comments
 (0)