summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-30 08:23:19 +0100
committerJoe Carstairs <me@joeac.net>2026-06-30 08:23:19 +0100
commit4225f3c8da03c36cb988c56ebe7fd6bc1d88b8fe (patch)
tree7caccfc65d63a8ad5fe962fb2157b62fc0016775 /compose.yml
parent7d8a986784f71438ff07c474b41f74b3e0b37479 (diff)
parentfff8c26df96a5181dd45751be82bb8de357a14e3 (diff)
Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
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 4a508fb..1aac108 100644
--- a/compose.yml
+++ b/compose.yml
@@ -9,7 +9,7 @@ services:
- "${GEMINI_PORT}:1965"
http:
- image: git.joeac.net/joeac/joeac.net-http
+ image: git.joeac.net/joeac/${CONTAINER_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/joeac.net-etherpad
+ image: git.joeac.net/joeac/${CONTAINER_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/joeac.net-smtp
+ image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-smtp
container_name: joeac.net-smtp
build:
context: .