Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@ services:
|
|||||||
- "${GEMINI_PORT}:1965"
|
- "${GEMINI_PORT}:1965"
|
||||||
|
|
||||||
http:
|
http:
|
||||||
image: git.joeac.net/joeac/joeac.net-http
|
image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-http
|
||||||
container_name: joeac.net-http
|
container_name: joeac.net-http
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
- "${HTTP_PORT}:80"
|
- "${HTTP_PORT}:80"
|
||||||
|
|
||||||
etherpad:
|
etherpad:
|
||||||
image: git.joeac.net/joeac/joeac.net-etherpad
|
image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-etherpad
|
||||||
container_name: joeac.net-etherpad
|
container_name: joeac.net-etherpad
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
@@ -48,7 +48,7 @@ services:
|
|||||||
- "${ETHERPAD_PORT}:9001"
|
- "${ETHERPAD_PORT}:9001"
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
image: git.joeac.net/joeac/joeac.net-smtp
|
image: git.joeac.net/joeac/${CONTAINER_PREFIX}joeac.net-smtp
|
||||||
container_name: joeac.net-smtp
|
container_name: joeac.net-smtp
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user