Add i2p container

This commit is contained in:
Reckless_Satoshi 2022-06-25 12:26:45 -07:00
parent 27d28f4e0e
commit 7dcf01112c
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 16 additions and 0 deletions

3
.gitignore vendored
View File

@ -644,6 +644,9 @@ django
# Postgres
db
# docker
docker/i2p
# robosats
frontend/static/assets/avatars*
api/lightning/lightning*

View File

@ -90,6 +90,15 @@ services:
- /mnt/development/lnd:/lnd
network_mode: service:tor
i2p:
image: geti2p/i2p
container_name: i2p-dev
volumes:
- ./docker/i2p/i2pconfig:/i2p/.i2p
- ./docker/i2p/i2ptorrents:/i2psnark
restart: unless-stopped
network_mode: service:tor
tor:
build: ./docker/tor
container_name: tor-dev
@ -102,6 +111,10 @@ services:
- /mnt/development/tor/config:/etc/tor
ports:
- 8000:8000
- 4444:4444
# - 8215:12345
- 7658:7658
- 8001:7657
lnd:
build: ./docker/lnd