summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
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