From 4c3a68b72fd91a85a332161b9cf181566cef9289 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 12 Aug 2026 17:21:13 +0100 Subject: remove remaining make stuff --- compose.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 compose.yml (limited to 'compose.yml') 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 -- cgit v1.2.3