Set port for HTTP proxies

This commit is contained in:
Jake Howard 2022-11-06 21:55:05 +00:00
parent 041f791b60
commit b9283ec445
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -10,8 +10,8 @@ services:
- SYNAPSE_REPORT_STATS=yes
- UID={{ docker_user.id }}
- GID={{ docker_user.id }}
- HTTP_PROXY={{ pve_hosts.qbittorrent.ip }}
- HTTPS_PROXY={{ pve_hosts.qbittorrent.ip }}
- HTTP_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
- HTTPS_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
volumes:
- "{{ app_data_dir }}/synapse/homeserver.yaml:/etc/homeserver.yaml"
- "{{ app_data_dir }}/synapse:/data"