Skip to content

Commit

Permalink
Bump faf-ws-bridge to 0.1.4 and configure cloudflare proxy header
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Nov 24, 2023
1 parent 6ccf102 commit fddd4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
#
faf-ws-bridge:
container_name: faf-ws-bridge
image: faforever/ws_bridge_rs:0.1.3
image: faforever/ws_bridge_rs:0.1.4
user: rust
networks:
faf:
Expand All @@ -79,7 +79,7 @@ services:
restart: unless-stopped
expose:
- "8003"
command: ws_to_tcp -vvv --proxy faf-ws-bridge:8003 faf-python-server:8003
command: ws_to_tcp -vvv --proxy faf-ws-bridge:8003 --proxy-header-name "CF-Connecting-IP" faf-python-server:8003
labels:
- "traefik.enable=true"
- "traefik.http.routers.faf-ws-bridge.rule=Host(`ws.${DOMAINNAME}`)"
Expand Down

0 comments on commit fddd4ff

Please sign in to comment.