aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/gemini/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com/gemini/docker-compose.yaml')
-rw-r--r--terminaldweller.com/gemini/docker-compose.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/terminaldweller.com/gemini/docker-compose.yaml b/terminaldweller.com/gemini/docker-compose.yaml
new file mode 100644
index 0000000..6a3c7aa
--- /dev/null
+++ b/terminaldweller.com/gemini/docker-compose.yaml
@@ -0,0 +1,20 @@
+version: "3"
+services:
+ agate:
+ image: agate
+ build:
+ context: .
+ networks:
+ - agatenet
+ ports:
+ - "1965:1965"
+ restart: unless-stopped
+ entrypoint: ["/root/.cargo/bin/agate","--content", "/srv", "--addr", "0.0.0.0:1965", "--hostname", "gemini.terminaldweller.com", "--lang", "en-US"]
+ cap_drop:
+ - ALL
+ cap_add:
+ - CHOWN
+ - SETGID
+ - SETUID
+networks:
+ agatenet: