diff options
| author | Fuwn <[email protected]> | 2022-04-01 01:59:13 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-01 01:59:13 +0000 |
| commit | b554cbc0f598c4930dfd12ab859fd99a1d9c89f5 (patch) | |
| tree | 180139693fdc6fd3c596e0a8d443bd26851fc065 /docker-compose.yaml | |
| parent | docs(license): add license (diff) | |
| download | september-b554cbc0f598c4930dfd12ab859fd99a1d9c89f5.tar.xz september-b554cbc0f598c4930dfd12ab859fd99a1d9c89f5.zip | |
feat: 0.0.0 :star:
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 11 |
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" |