self-hosted/nginx
Lorenzo Carbonell b26a148151 fix errors 2022-05-04 08:10:53 +02:00
..
html script 2022-02-19 19:43:19 +01:00
Dockerfile improve Dockerfile 2022-03-04 06:02:39 +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
docker-compose.caddy.yml replace caddy-network by proxy... more convenient name 2022-02-05 13:44:46 +01:00
docker-compose.traefik.yml fix errors 2022-05-04 08:10:53 +02:00
docker-compose.yml change nginx version2 2022-04-02 07:28:22 +02:00
entrypoint.sh nginx v2.0 from source 2022-02-21 07:15:24 +01:00
nginx.conf nginx v2.0 from source 2022-02-21 07:15:24 +01:00
sample.env traefik for nginx 2022-02-05 08:56:47 +01:00

README.md

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