Clone this repo:
git clone https://github.com/techworks-id/nextcloud_aio-traefik.git
cd nextcloud_aio-traefik
For automated container installation run:
bash setup.sh
or run manualy using several command below.
sed -i 's/aaa@bbb.ccc/your@email.com/' docker-compose-traefik.yml
sed -i 's/hostname.domain.TLD/your.domain.com/' dynamic/nextcloud.yml
docker network create --driver=bridge proxy
docker network create --driver=bridge nextcloud-aio
docker compose -p traefik -f docker-compose-traefik.yml up -d
docker compose -p nextcloud_aio -f docker-compose-nextcloud_aio.yml up -d
to uninstall run:
bash uninstall.sh