summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-11-21 03:50:58 -0500
committerMalfurious <m@lfurio.us>2023-11-21 03:50:58 -0500
commit42b787296a1b83274c1615dc79197d1ff2d84607 (patch)
tree5a5e9c376da4f71965e20e9f991e4771316816be
parent704a789d292b0ab5d9d2bf3cd1906abda493e122 (diff)
downloadcychedelic-42b787296a1b83274c1615dc79197d1ff2d84607.tar.gz
cychedelic-42b787296a1b83274c1615dc79197d1ff2d84607.zip
Document docker-compose.ymlHEADv0.2.0master
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r--docker-compose.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index f51b868..4994066 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,6 +14,10 @@ services:
volumes:
- "data:/data:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
+ # In anticipation of coexisting with multiple other web services, DMT is by
+ # default setup to interop with nginxproxy (proxy-docker). At minimum,
+ # specify your hostname below and add nginxproxy to ACID. Otherwise add
+ # port exposure here.
networks:
- "nginx-proxy-network"
environment:
@@ -22,6 +26,8 @@ services:
volumes:
data:
+ # An explicit name is given so that dynamic service replacement still uses
+ # a consistent volume.
name: "cychedelic_data"
networks: