瀏覽代碼

add docker-compose.yml

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 年之前
父節點
當前提交
66f2b0a037
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      docker-compose.yml

+ 17 - 0
docker-compose.yml

@@ -0,0 +1,17 @@
+version: "3.7"
+services:
+        eggdropIrcd:
+                image: inspircd/inspircd-docker
+                ports:
+                        - 6667:6667
+        eggdropPostgres:
+                image: eggdrop-postgres
+                environment:
+                        POSTGRES_PASSWORD: PostgresPassword
+        customEggdrop:
+                image: custom-eggdrop
+                environment:
+                        NICK: FooBot
+                        SERVER: eggdropircd
+                stdin_open: true
+                tty: true