diff options
Diffstat (limited to 'docker-compose.yml')
-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: |