Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
remove syncplay due to upstream silliness
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Sep 19, 2023
1 parent ed03696 commit 02e60dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
9 changes: 0 additions & 9 deletions config_files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@ services:
networks:
- default

syncplay-server:
image: ninetaillabs/syncplay-server:v-1.6.9
restart: always
container_name: syncplay
labels:
- "owner=applications"
networks:
- default

jitsi:
image: jitsi/web:stable-8960
restart: always
Expand Down
6 changes: 1 addition & 5 deletions config_files/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ frontend http-in
use_backend grafana if status
use_backend nginx if www
use_backend kavita if books
use_backend syncplay if sync
use_backend jitsi if jitsi
default_backend nginx

Expand All @@ -57,8 +56,5 @@ backend nginx
backend kavita
server s4 kavita:5000

backend syncplay
server s5 syncplay:8999

backend jitsi
server s6 jitsi:80
server s5 jitsi:80

0 comments on commit 02e60dd

Please sign in to comment.