From 42b787296a1b83274c1615dc79197d1ff2d84607 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 21 Nov 2023 03:50:58 -0500 Subject: Document docker-compose.yml Signed-off-by: Malfurious --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.3