From 3a1a097fdabdd99654ab5d9e756f23fc7f52039b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 22 Jan 2019 16:08:01 -0500 Subject: [PATCH] Revert "Condensed volumes", also added port to CELLS_EXTERNAL This reverts commit b284a5689e213aedb4d2d501b1e272e3caf4c9f6. --- templates/Pydio-Cells/0/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/Pydio-Cells/0/docker-compose.yml b/templates/Pydio-Cells/0/docker-compose.yml index a94b422..1e64d4b 100644 --- a/templates/Pydio-Cells/0/docker-compose.yml +++ b/templates/Pydio-Cells/0/docker-compose.yml @@ -8,7 +8,7 @@ services: - 1.0.0.1 environment: CELLS_BIND: ${TRAEFIK_HOST}:80 - CELLS_EXTERNAL: ${TRAEFIK_HOST} + CELLS_EXTERNAL: ${TRAEFIK_HOST}:443 CELLS_NO_SSL: 0 labels: io.rancher.container.pull_image: always @@ -32,7 +32,9 @@ services: volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - /RancherCattle/${DATA_DIR}:/root/.config/pydio/cells # Cells data + - /RancherCattle/${DATA_DIR}/Data:/root/.config/pydio/cells/data # Cells users' data files + - /RancherCattle/${DATA_DIR}/Logs:/root/.config/pydio/cells/logs # Cells logs + - /RancherCattle/${DATA_DIR}/Services:/root/.config/pydio/cells/services # Cells services information mysql: image: mysql:5 dns: # Using Cloudflare DNS