File tree Expand file tree Collapse file tree 12 files changed +44
-28
lines changed Expand file tree Collapse file tree 12 files changed +44
-28
lines changed Original file line number Diff line number Diff line change 1
- version : ' 3.8'
1
+ ---
2
+
2
3
services :
3
4
dockge :
4
5
image : louislam/dockge:latest
@@ -13,4 +14,4 @@ services:
13
14
- /var/run/docker.sock:/var/run/docker.sock
14
15
- /containers/dockge/data:/app/data
15
16
- /home/$USER/saffron/stacks:/home/$USER/saffron/stacks
16
- - /etc/timezone:/etc/timezone:ro
17
+ - /etc/timezone:/etc/timezone:ro
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ services:
3
3
dozzle :
4
4
container_name : dozzle
5
5
image : amir20/dozzle:latest
6
+ restart : always
7
+ extends :
8
+ file : ../common.yaml
9
+ service : base-settings
6
10
volumes :
7
11
- /var/run/docker.sock:/var/run/docker.sock
8
12
ports :
9
13
- 9999:8080
10
14
environment :
11
15
DOZZLE_NO_ANALYTICS : true
12
- extends :
13
- file : ../common.yaml
14
- service : base-settings
15
- restart : always
16
16
networks :
17
17
- saffron_default
18
18
networks :
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ services:
4
4
image : linuxserver/duplicati:latest
5
5
container_name : duplicati
6
6
restart : always
7
- entrypoint :
8
- - /init
9
7
extends :
10
8
file : ../common.yaml
11
9
service : media-access
10
+ entrypoint :
11
+ - /init
12
12
ports :
13
13
- 8200:8200/tcp
14
14
environment :
@@ -17,4 +17,8 @@ services:
17
17
volumes :
18
18
- /containers/duplicati/config:/config
19
19
ipc : private
20
- networks : {}
20
+ networks :
21
+ - saffron_default
22
+ networks :
23
+ saffron_default :
24
+ external : true
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ services:
3
3
image : esphome/esphome:latest
4
4
container_name : esphome
5
5
restart : unless-stopped
6
+ extends :
7
+ file : ../common.yaml
8
+ service : base-settings
6
9
volumes :
7
10
- /containers/esphome/config:/config
8
11
ports :
9
12
- 6052:6052
10
- extends :
11
- file : ../common.yaml
12
- service : base-settings
13
13
privileged : true
14
14
networks : {}
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ services:
4
4
image : linuxserver/heimdall
5
5
container_name : heimdall
6
6
restart : always
7
+ extends :
8
+ file : ../common.yaml
9
+ service : base-settings
7
10
ports :
8
11
- 80:80
9
12
- 443:443
10
13
volumes :
11
14
- /containers/heimdall:/config
12
- extends :
13
- file : ../common.yaml
14
- service : base-settings
15
15
networks :
16
16
- saffron_default
17
17
networks :
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ version: "3.3"
2
2
services :
3
3
it-tools :
4
4
container_name : it-tools
5
+ image : corentinth/it-tools:latest
6
+ restart : always
5
7
ports :
6
8
- 8099:80
7
- image : corentinth/it-tools:latest
8
9
networks :
9
10
- saffron_default
10
- restart : always
11
11
networks :
12
12
saffron_default :
13
13
external : true
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ services:
8
8
- 8280:8081
9
9
volumes :
10
10
- /data/metube:/downloads
11
- networks :
12
- - saffron_default
13
11
extends :
14
12
file : ../common.yaml
15
13
service : media-access
14
+ networks :
15
+ - saffron_default
16
16
networks :
17
17
saffron_default :
18
18
external : true
Original file line number Diff line number Diff line change @@ -12,4 +12,8 @@ services:
12
12
extends :
13
13
file : ../common.yaml
14
14
service : base-settings
15
- networks : {}
15
+ networks :
16
+ - saffron_default
17
+ networks :
18
+ saffron_default :
19
+ external : true
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ services:
3
3
image : louislam/uptime-kuma:latest
4
4
container_name : uptime-kuma
5
5
restart : always
6
- ports :
7
- - 3001:3001
8
6
extends :
9
7
file : ../common.yaml
10
8
service : base-settings
9
+ ports :
10
+ - 3001:3001
11
11
volumes :
12
12
- /containers/uptime-kuma/data:/app/data
13
13
networks :
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ services:
4
4
container_name : ustreamer
5
5
restart : always
6
6
devices :
7
- - /dev/video3 :/dev/video0
7
+ - /dev/video0 :/dev/video0
8
8
ports :
9
- - 8080:8080
10
- command : ustreamer --device /dev/video0 -b 32 -w 32 -r 1280x720 -q 60
9
+ - 8083:8080
10
+ command : ustreamer --device /dev/video0 -b 32 -w 32 -r 1280x720 -q 60
11
+ networks :
12
+ - saffron_default
13
+ networks :
14
+ saffron_default :
15
+ external : true
You can’t perform that action at this time.
0 commit comments