Docker write access

This commit is contained in:
koalasat
2024-07-24 18:33:16 +02:00
parent c0d08726f9
commit ab1a488a4b

View File

@ -231,10 +231,10 @@ services:
container_name: strfry-dev container_name: strfry-dev
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./docker/strfry/strfry.conf:/etc/strfry.conf - ./docker/strfry/strfry.conf:/etc/strfry.conf:ro
- ./docker/strfry/sync.sh:/app/sync.sh - ./docker/strfry/sync.sh:/app/sync.sh:ro
- ./node/strfry/db:/app/strfry-db - ./node/strfry/db:/app/strfry-db:rw
- ./node/strfry/log/:/var/log/ - ./node/strfry/log/:/var/log:rw
network_mode: service:tor network_mode: service:tor
# # Postgresql for CLN # # Postgresql for CLN