summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-12 17:21:13 +0100
committerJoe Carstairs <me@joeac.net>2026-08-12 17:21:13 +0100
commit4c3a68b72fd91a85a332161b9cf181566cef9289 (patch)
tree0397c48e8825fdd3320899698e0d5a611b09afbe /compose.yml
parent4f8d16ebcb16811d6a7a95d659be7e138d2713ef (diff)
remove remaining make stuff
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/compose.yml b/compose.yml
deleted file mode 100644
index c9fde11..0000000
--- a/compose.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-services:
- gemini:
- image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-gemini
- container_name: joeac.net-gemini
- build:
- context: .
- dockerfile: gemini.Dockerfile
- ports:
- - "${GEMINI_PORT}:1965"
- volumes:
- - ${GEMINI_CERTIFICATES_DIR}:/var/app/.certificates
- - ${GEMINI_COMITIUM_DATA_DIR}:/var/app/comitium-data