self-hosted/nginx
2022-02-05 09:05:24 +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.caddy.yml add caddy docker-compose for nginx 2022-02-05 08:59:38 +01:00
docker-compose.traefik.yml traefik for nginx 2022-02-05 08:56:47 +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 caddy installation instrutions 2022-02-05 09:05:24 +01:00
sample.env traefik for nginx 2022-02-05 08:56:47 +01:00

Installation

git clone https://github.com/atareao/self-hosted.git
cd self-hosted/nginx
mkdir html
cp sample.env .env

If you want to work with Traefik,

docker-compose -f docker-compose.yml -f docker-compose.traefik.yml up -d
docker-compose logs -f

If you want to work with Caddy,

docker-compose -f docker-compose.yml -f docker-compose.caddy.yml up -d
docker-compose logs -f