Fix XFTP server port and volumes

This commit is contained in:
Sam A. 2023-05-14 04:07:19 +02:00
parent d9df3d0354
commit 13ccf7c848
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@
ADDR: "{{ services.simplexmq_xftp.domain }}"
QUOTA: "{{ services.simplexmq_xftp.quota }}"
volumes:
- "{{ services.simplexmq_xftp.volume }}/config:/etc/opt/simplex:rw"
- "{{ services.simplexmq_xftp.volume }}/logs:/var/opt/simplex:rw"
- "{{ services.simplexmq_xftp.volume }}/config:/etc/opt/simplex-xftp:rw"
- "{{ services.simplexmq_xftp.volume }}/logs:/var/opt/simplex-xftp:rw"
- "{{ services.simplexmq_xftp.volume }}/files:/srv/xftp:rw"
published_ports:
- 5443:443/tcp

View File

@ -29,7 +29,7 @@
SMPSERVER_TOR_SERVICE_VERSION: '3'
SMPSERVER_TOR_SERVICE_KEY: "{{ secrets.tor.simplexmq_smp_key }}"
XFTPSERVER_TOR_SERVICE_HOSTS: 443:xftp-server:443
XFTPSERVER_TOR_SERVICE_HOSTS: 5443:xftp-server:443
XFTPSERVER_TOR_SERVICE_VERSION: '3'
XFTPSERVER_TOR_SERVICE_KEY: "{{ secrets.tor.simplexmq_xftp_key }}"
networks: