mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
Docker write access
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user