From 50a96af88736269670758ecad8579c2a055677fb Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 27 May 2024 17:53:57 +0100 Subject: [PATCH] [add] ip2 --- ip2/docker-compose.yml | 13 +++++++++++++ ip2/i2pconfig/.gitignore | 8 ++++++++ ip2/i2ptorrents/.gitignore | 8 ++++++++ 3 files changed, 29 insertions(+) create mode 100644 ip2/docker-compose.yml create mode 100644 ip2/i2pconfig/.gitignore create mode 100644 ip2/i2ptorrents/.gitignore diff --git a/ip2/docker-compose.yml b/ip2/docker-compose.yml new file mode 100644 index 0000000..3f2e05f --- /dev/null +++ b/ip2/docker-compose.yml @@ -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 diff --git a/ip2/i2pconfig/.gitignore b/ip2/i2pconfig/.gitignore new file mode 100644 index 0000000..1c471ba --- /dev/null +++ b/ip2/i2pconfig/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# Ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/ip2/i2ptorrents/.gitignore b/ip2/i2ptorrents/.gitignore new file mode 100644 index 0000000..1c471ba --- /dev/null +++ b/ip2/i2ptorrents/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# Ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file