aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-01 01:59:13 +0000
committerFuwn <[email protected]>2022-04-01 01:59:13 +0000
commitbaa3b13e9dd4bfe381373b9251aef71a9d6670fe (patch)
tree1df8260acc1feb9cbcbe9628873f45e7aa8c5ac7 /docker-compose.yaml
parentdocs(license): add license (diff)
downloadseptember-baa3b13e9dd4bfe381373b9251aef71a9d6670fe.tar.xz
september-baa3b13e9dd4bfe381373b9251aef71a9d6670fe.zip
feat: 0.0.0 :star:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..896f490
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,11 @@
+services:
+ september:
+ ports:
+ - "8080:80"
+ environment:
+ - "ROOT=gemini://fuwn.me"
+ - "CSS_EXTERNAL=https://example.com/style.css"
+ - "KEEP_GEMINI_EXACT=gemini://fuwn.me/skills"
+ # - "KEEP_GEMINI_DOMAIN=fuwn.me"
+ - "PROXY_BY_DEFAULT=true"
+ image: "fuwn/september:latest"