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

Commit

Permalink
put syncplay behind haproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Feb 2, 2024
1 parent 019512a commit c2a02b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 1 addition & 4 deletions node1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
ports:
- 80:80
- 443:443
- 8999:8999

grafana:
<< : *monitoring_defaults
Expand Down Expand Up @@ -101,10 +102,6 @@ services:
<< : *application_defaults
image: dnomd343/syncplay:v1.7.1
container_name: syncplay
networks:
- proxy
ports:
- 8999:8999

redqu:
<<: *application_defaults
Expand Down
7 changes: 6 additions & 1 deletion node1/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ backend grafana
server s2 grafana:3000

backend nginx
server s4 nginx:80
server s3 nginx:80

listen syncplay
mode tcp
bind *:8999
server s4 syncplay:8999

0 comments on commit c2a02b6

Please sign in to comment.