Separate environments and simplify docker-compose.yml

This commit is contained in:
Lukas Elsner 2019-09-20 10:40:37 -06:00
parent dc49f16117
commit e60e2d180e
4 changed files with 340 additions and 401 deletions

View file

@ -63,8 +63,8 @@ Download the docker-compose.yml, the .env and the setup.sh files:
#### Create a docker-compose environment
- Edit the `.env` to your liking. Adapt this file with your FQDN.
- This file supports only simple `VAR=VAL` lines (see [Documentation](https://docs.docker.com/compose/env-file/)).
- Edit the files `.env` and `.env-mailserver` to your liking.
- These files supports only simple `VAR=VAL` lines (see [Documentation](https://docs.docker.com/compose/env-file/)).
- Don't quote your values.
- Variable substitution is *not* supported (e.g. `OVERRIDE_HOSTNAME=$HOSTNAME.$DOMAINNAME`).
- Install [docker-compose](https://docs.docker.com/compose/) in the version `1.7` or higher.