Get site running on staging domain.

This commit is contained in:
jmsgrogan 2024-02-18 17:20:38 +00:00
parent 4be5e93c9c
commit 7ba077608c
5 changed files with 49 additions and 11 deletions

View file

@ -1,3 +1,4 @@
FROM docker.io/nginxproxy/nginx-proxy
COPY vhost.d/default /etc/nginx/vhost.d/default
COPY custom.conf /etc/nginx/conf.d/custom.conf