diff options
author | Malfurious <m@lfurio.us> | 2023-11-21 03:50:58 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-11-21 03:50:58 -0500 |
commit | 42b787296a1b83274c1615dc79197d1ff2d84607 (patch) | |
tree | 5a5e9c376da4f71965e20e9f991e4771316816be | |
parent | 704a789d292b0ab5d9d2bf3cd1906abda493e122 (diff) | |
download | cychedelic-0.2.0.tar.gz cychedelic-0.2.0.zip |
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | docker-compose.yml | 6 |
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: |