aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/tor_bnc/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com/tor_bnc/docker-compose.yml')
-rw-r--r--terminaldweller.com/tor_bnc/docker-compose.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/terminaldweller.com/tor_bnc/docker-compose.yml b/terminaldweller.com/tor_bnc/docker-compose.yml
new file mode 100644
index 0000000..040dea2
--- /dev/null
+++ b/terminaldweller.com/tor_bnc/docker-compose.yml
@@ -0,0 +1,16 @@
+version: "3.9"
+services:
+ soju:
+ #build: .
+ image: mpldr/soju:latest
+ entrypoint: ["proxychains4","-q","soju", "-config","/data/config"]
+ #entrypoint: ["proxychains4","-q","soju","-listen", "irc+insecure://0.0.0.0:6697", "-config","/data/config"]
+ command:
+ - -debug
+ ports:
+ - "1026:6697"
+ #- "127.0.0.1:1026:6697"
+ volumes:
+ - ./soju-data:/data
+ - /etc/hostname:/etc/hostname
+ - ./proxychains.conf:/etc/proxychains.conf