This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): Fix up docker-compose.yml
Just redeployed speckle via docker (19.03.1, ubuntu 18.04) and noticed a few things... * `CANONICAL_URL`, `SESSION_SECRET` and `MAX_PROC` were duplicated * quotes around env var values don't get stripped, so you end up with errors like `specified plugin directory does not exist: ./plugins"` * mongodb and redis fail to connect unless you use their docker-compose networking hostnames * made it clearer that you only need to tweak `SERVER_NAME`, `CANONICAL_URL` and `SESSION_SECRET` to get a working speckle server
- Loading branch information