mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-09 03:20:13 +00:00
Merge branch 'split-strfry-onions'
This commit is contained in:
@ -148,8 +148,6 @@ services:
|
||||
container_name: strfry${SUFFIX}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${STRFRY_URL_EXTERNAL}:/app/external_urls.txt:ro
|
||||
- ${STRFRY_URL_FEDERATION}:/app/federation_urls.txt:ro
|
||||
- ${STRFRY_CONF}:/etc/strfry.conf:ro
|
||||
- ${STRFRY_DATA}/db:/app/strfry-db:rw
|
||||
network_mode: service:tor
|
||||
|
@ -29,8 +29,6 @@ NGINX_CONFD='./nginx/tn.conf.d'
|
||||
WELLKNOWN='./nginx/tn.well-known'
|
||||
|
||||
STRFRY_CONF='./env-sample/lndtn/strfry.conf'
|
||||
STRFRY_URL_EXTERNAL='./strfry/external_urls.txt'
|
||||
STRFRY_URL_FEDERATION='./strfry/federation_urls.txt'
|
||||
STRFRY_DATA='/custom_path/testnet/strfry'
|
||||
|
||||
# Port and number of HTTP server workers for the robosats backend
|
||||
|
@ -38,4 +38,6 @@ RUN chmod +x /etc/strfry/sync.sh
|
||||
#Setting up logs
|
||||
RUN touch /var/log/cron.log && chmod 0644 /var/log/cron.log
|
||||
|
||||
COPY . /app
|
||||
|
||||
ENTRYPOINT ["/etc/strfry/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user