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
commitb554cbc0f598c4930dfd12ab859fd99a1d9c89f5 (patch)
tree180139693fdc6fd3c596e0a8d443bd26851fc065 /docker-compose.yaml
parentdocs(license): add license (diff)
downloadseptember-b554cbc0f598c4930dfd12ab859fd99a1d9c89f5.tar.xz
september-b554cbc0f598c4930dfd12ab859fd99a1d9c89f5.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"