Skip to content

Commit b596930

Browse files
committed
4. try
1 parent 6e5ee7d commit b596930

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docker/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ networks:
66
- subnet: 172.28.0.0/16
77
services:
88
backend:
9+
image: ghcr.io/mminl-de/interscore-backend
910
build:
1011
context: ..
1112
dockerfile: docker/backend/Dockerfile
@@ -15,6 +16,7 @@ services:
1516
restart: unless-stopped
1617

1718
ssh-tunnel:
19+
image: ghcr.io/mminl-de/interscore-ssh-tunnel
1820
image: alpine:3.19
1921
container_name: ssh-tunnel
2022
restart: unless-stopped
@@ -31,6 +33,7 @@ services:
3133
"
3234

3335
http-server:
36+
image: ghcr.io/mminl-de/interscore-http-server
3437
build:
3538
context: ..
3639
dockerfile: docker/http-server/Dockerfile
@@ -40,6 +43,7 @@ services:
4043
restart: unless-stopped
4144

4245
mediamtx:
46+
image: ghcr.io/mminl-de/interscore-mediamtx
4347
image: bluenviron/mediamtx:latest
4448
container_name: mediamtx
4549
volumes:
@@ -51,6 +55,7 @@ services:
5155
restart: unless-stopped
5256

5357
obs:
58+
image: ghcr.io/mminl-de/obs
5459
build:
5560
context: ..
5661
dockerfile: docker/obs/Dockerfile

0 commit comments

Comments
 (0)