Update docker-compose.yml

This commit is contained in:
KoalaSat
2025-07-06 19:07:16 +00:00
committed by GitHub
parent a2c3426ace
commit eff4cfb05e

View File

@ -143,19 +143,6 @@ services:
- redis
network_mode: service:tor
strfry:
build:
context: ./strfry
dockerfile: Dockerfile
container_name: strfry${SUFFIX}
restart: always
volumes:
- ${STRFRY_URLS_EXTERNAL}:/app/external_urls.txt:ro
- ${STRFRY_URLS_FEDERATION}:/app/federation_urls.txt:ro
- ${STRFRY_CONF}:/etc/strfry.conf:ro
- ${STRFRY_DATA}/db:/app/strfry-db:rw
network_mode: service:tor
relay:
build:
context: ./relay