Fix XFTP server port and volumes
This commit is contained in:
parent
d9df3d0354
commit
13ccf7c848
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in a new issue