summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 17:29:16 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 17:29:16 +0100
commit89165e9d889f3dc0a0a40290fad21b6ffbaa3782 (patch)
treed02b20a132f7ebfd438d417ba8434ae68519d6e7 /compose.yml
parenta601e93d00ba635cca832902935966e5896f8f14 (diff)
pulls vars out to container.mk
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/compose.yml b/compose.yml
index 1aac108..8a8c6fe 100644
--- a/compose.yml
+++ b/compose.yml
@@ -1,6 +1,6 @@
services:
gemini:
- image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-gemini
+ image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-gemini
container_name: joeac.net-gemini
build:
context: .
@@ -9,7 +9,7 @@ services:
- "${GEMINI_PORT}:1965"
http:
- image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-http
+ image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-http
container_name: joeac.net-http
build:
context: .
@@ -30,7 +30,7 @@ services:
- "${HTTP_PORT}:80"
etherpad:
- image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-etherpad
+ image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-etherpad
container_name: joeac.net-etherpad
build:
context: .
@@ -48,7 +48,7 @@ services:
- "${ETHERPAD_PORT}:9001"
smtp:
- image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-smtp
+ image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-smtp
container_name: joeac.net-smtp
build:
context: .