mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Move db and i2p config to /node
This commit is contained in:
parent
5de922d8ee
commit
da3c7b256e
@ -123,7 +123,7 @@ services:
|
|||||||
container_name: i2p-dev
|
container_name: i2p-dev
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/i2p/i2pconfig:/i2p/.i2p
|
- ./node/i2p/i2pconfig:/i2p/.i2p
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
build: ./docker/tor
|
build: ./docker/tor
|
||||||
@ -183,7 +183,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: example
|
POSTGRES_PASSWORD: example
|
||||||
network_mode: service:tor
|
network_mode: service:tor
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/var/lib/postgresql/data
|
- ./node/db:/var/lib/postgresql/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
redisdata:
|
redisdata:
|
||||||
|
Loading…
Reference in New Issue
Block a user