[add] ip2

This commit is contained in:
Andy Bunce 2024-05-27 17:53:57 +01:00
parent 3984e1a251
commit 50a96af887
3 changed files with 29 additions and 0 deletions

13
ip2/docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: "3.5"
services:
i2p:
image: geti2p/i2p
ports:
- 127.0.0.1:4444:4444
- 127.0.0.1:6668:6668
- 127.0.0.1:7657:7657
- 54321:12345
- 54321:12345/udp
volumes:
- ./i2pconfig:/i2p/.i2p
- ./i2ptorrents:/i2psnark

8
ip2/i2pconfig/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# .gitignore sample
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore

8
ip2/i2ptorrents/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# .gitignore sample
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore