File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
4949
5050 caddy :
5151 image : caddy
52- container_name : caddy
52+ container_name : proxy
5353 restart : unless-stopped
5454 ports :
5555 - 5555:5555
Original file line number Diff line number Diff line change 1515)
1616from fishjam .events .allowed_notifications import AllowedNotification
1717
18- HOST = "caddy " if os .getenv ("DOCKER_TEST" ) == "TRUE" else "localhost"
18+ HOST = "proxy " if os .getenv ("DOCKER_TEST" ) == "TRUE" else "localhost"
1919FISHJAM_ID = f"http://{ HOST } :5555"
2020SERVER_API_TOKEN = os .getenv ("MANAGEMENT_TOKEN" , "development" )
2121
Original file line number Diff line number Diff line change 2323from tests .support .peer_socket import PeerSocket
2424from tests .support .webhook_notifier import run_server
2525
26- FISHJAM_HOST = "caddy " if os .getenv ("DOCKER_TEST" ) == "TRUE" else "localhost"
26+ FISHJAM_HOST = "proxy " if os .getenv ("DOCKER_TEST" ) == "TRUE" else "localhost"
2727FISHJAM_URL = f"http://{ FISHJAM_HOST } :5555"
2828FISHJAM_ID = FISHJAM_URL
2929SERVER_API_TOKEN = os .getenv ("MANAGEMENT_TOKEN" , "development" )
Original file line number Diff line number Diff line change 2727 VideoCodec ,
2828)
2929
30- HOST = "caddy " if os .getenv ("DOCKER_TEST" ) == "TRUE" else "localhost"
30+ HOST = "proxy " if os .getenv ("DOCKER_TEST" ) == "TRUE" else "localhost"
3131FISHJAM_ID = f"http://{ HOST } :5555"
3232MANAGEMENT_TOKEN = os .getenv ("MANAGEMENT_TOKEN" , "development" )
3333
You can’t perform that action at this time.
0 commit comments