self-hosted/nginx
2022-02-05 08:54:36 +01:00
..
html add nginx and build webdav 2022-02-04 05:53:18 +01:00
default.conf add nginx and build webdav 2022-02-04 05:53:18 +01:00
docker-compose.yml add traefik docker compose 2022-02-05 08:54:36 +01:00
Dockerfile add nginx and build webdav 2022-02-04 05:53:18 +01:00
entrypoint.sh add nginx and build webdav 2022-02-04 05:53:18 +01:00
LICENSE add nginx and build webdav 2022-02-04 05:53:18 +01:00
README.md add traefik docker compose 2022-02-05 08:54:36 +01:00

Installation

git clone https://github.com/atareao/self-hosted.git
cd self-hosted/nginx
mkdir html
cp sample.env .env
docker-compose -f docker-compose.yml -f docker-compose.traefik.yml up -d
docker-compose logs -f