summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-18 19:59:58 +0100
committerJoe Carstairs <me@joeac.net>2026-06-18 20:01:32 +0100
commit2d89475f0b9648e5efcf827d3e01356ee84b5465 (patch)
treeb7e0e41a729e638abc97f287cfb6b1fa772f50d1 /compose.yml
parentf71fbdafacff125830268a4d7eab29f39f55aec1 (diff)
renames capsule -> gemini
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/compose.yml b/compose.yml
index 25c4928..6de4e61 100644
--- a/compose.yml
+++ b/compose.yml
@@ -1,9 +1,9 @@
services:
- capsule:
- image: git.joeac.net/joeac/joeac.net-capsule
+ gemini:
+ image: git.joeac.net/joeac/joeac.net-gemini
build:
context: .
- dockerfile: capsule.Dockerfile
+ dockerfile: gemini.Dockerfile
ports:
- "1965:1965"