Initial checkin

This commit is contained in:
Radar231 2021-08-03 23:24:33 -04:00
commit 00cc146793
4 changed files with 66 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# nginx-jmc.delfax.net docker deployment
## Introduction
This is a docker-compose configuration to run an nginx container as
the jmc.delfax.net web site.
This configuration requires an instance of nginx-proxy-manager to act as a
reverse proxy for the web site.
## Links
* https://hub.docker.com/_/nginx
## Directories
<pre>
docker/
└── nginx_jmc.delfax.net
└── jmc.delfax.net
   └── html
</pre>

22
docker-compose.yml Normal file
View File

@ -0,0 +1,22 @@
---
version: '3.2'
services:
#############################################################
jmc-delfax-net:
container_name: jmc-delfax-nginx
image: nginx
restart: unless-stopped
# when used with nginx-proxy-manager, we don't need to expose
# any ports, and npm connects to the container's port
# ports:
# - '80:80'
volumes:
- ./jmc.delfax.net/html/:/usr/share/nginx/html
networks:
default:
external: true
name: npm-backend
# EOF

BIN
jmc.delfax.net/html/8.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,21 @@
<HTML>
<HEAD>
<META name="verify-v1" content="Q3Tvx3HdMTs/v8F/qKb4Uvpqh6GjInBfcrBH8IFVETg=" />
<TITLE></TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
<P>
<HR WIDTH="100%">
<P>
<center>
<!-- Picture courtesy of http://wallpapers.duble.com -->
<img src="8.jpg">
</center>
<P>
<HR WIDTH="100%">
<P>
</BODY>
</HTML>