Skip to content

Commit ff523e0

Browse files
authored
Create service.yml
added support for domoticz
1 parent 00806e4 commit ff523e0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.templates/domoticz/service.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

0 commit comments

Comments
 (0)