First attempt at an NGINX reverse proxy skeleton.

This commit is contained in:
2022-10-05 02:51:52 -05:00
parent 1134bc7a1e
commit 32cecb92f6
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# 2022-10-05 Hyperling
# Move config to nginx container.
# This is because nginx image does not play well with Volumes.
# Nextcloud and MariaDB created files in their folders fine, but nginx stays empty.
FROM nginx
COPY ./config/nginx.conf /etc/nginx/nginx.conf
COPY ./config/conf.d/* /etc/nginx/conf.d/