docker compose files for traefik, nextcloud and nginx
- Docker version 20.10.6, build 370c289
- docker-compose version 1.25.5, build 8a1c60f6
ENV
Adjust the the .env files in nextcloud, traefik and nginx
in line 26 in traefik/volume enter your auth string (replace USER:AUTH). You can generate the authentification string with this commands:
apt-get install apache2-utils
echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
change the emailadress in traefik/volume/traefik.yaml file (line 20)
Next Steps
docker network create proxy
bash startall.sh
After the nextcloud url has been called, nextcloud must be configured like this