mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-02 16:11:50 +00:00
Fix file
This commit is contained in:
@ -148,8 +148,8 @@ services:
|
|||||||
container_name: strfry${SUFFIX}
|
container_name: strfry${SUFFIX}
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${STRFRY_URL_FILE}/external_urls.txt:/app/external_urls.txt:ro
|
- ${STRFRY_URL_FILE}:/app/external_urls.txt:ro
|
||||||
- ${STRFRY_URL_FILE}/federation_urls.txt:/app/federation_urls.txt:ro
|
- ${STRFRY_URL_FILE}:/app/federation_urls.txt:ro
|
||||||
- ${STRFRY_CONF}:/etc/strfry.conf:ro
|
- ${STRFRY_CONF}:/etc/strfry.conf:ro
|
||||||
- ${STRFRY_DATA}/db:/app/strfry-db:rw
|
- ${STRFRY_DATA}/db:/app/strfry-db:rw
|
||||||
network_mode: service:tor
|
network_mode: service:tor
|
||||||
|
@ -29,7 +29,8 @@ NGINX_CONFD='./nginx/tn.conf.d'
|
|||||||
WELLKNOWN='./nginx/tn.well-known'
|
WELLKNOWN='./nginx/tn.well-known'
|
||||||
|
|
||||||
STRFRY_CONF='./env-sample/lndtn/strfry.conf'
|
STRFRY_CONF='./env-sample/lndtn/strfry.conf'
|
||||||
STRFRY_URL_FILE='./strfry/'
|
STRFRY_URL_EXTERNAL='./strfry/external_urls.txt'
|
||||||
|
STRFRY_URL_FEDERATION='./strfry/federation_urls.txt'
|
||||||
STRFRY_DATA='/custom_path/testnet/strfry'
|
STRFRY_DATA='/custom_path/testnet/strfry'
|
||||||
|
|
||||||
# Port and number of HTTP server workers for the robosats backend
|
# Port and number of HTTP server workers for the robosats backend
|
||||||
|
Reference in New Issue
Block a user