Set port for HTTP proxies
This commit is contained in:
parent
041f791b60
commit
b9283ec445
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ services:
|
||||||
- SYNAPSE_REPORT_STATS=yes
|
- SYNAPSE_REPORT_STATS=yes
|
||||||
- UID={{ docker_user.id }}
|
- UID={{ docker_user.id }}
|
||||||
- GID={{ docker_user.id }}
|
- GID={{ docker_user.id }}
|
||||||
- HTTP_PROXY={{ pve_hosts.qbittorrent.ip }}
|
- HTTP_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
|
||||||
- HTTPS_PROXY={{ pve_hosts.qbittorrent.ip }}
|
- HTTPS_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ app_data_dir }}/synapse/homeserver.yaml:/etc/homeserver.yaml"
|
- "{{ app_data_dir }}/synapse/homeserver.yaml:/etc/homeserver.yaml"
|
||||||
- "{{ app_data_dir }}/synapse:/data"
|
- "{{ app_data_dir }}/synapse:/data"
|
||||||
|
|
Loading…
Reference in a new issue