Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d5bfd8b88d |
22
README.md
22
README.md
@@ -1,12 +1,16 @@
|
||||
# d-nginx-charlesreid1
|
||||
# d-nginx-proxy
|
||||
|
||||
This repo contains docker containers
|
||||
and a docker compose file for running
|
||||
an nginx web server for static content
|
||||
on charlesreid1.com.
|
||||
Get a simple container with nginx running as a reverse-proxy
|
||||
to run in front of some local service, e.g., a Python web server.
|
||||
|
||||
This repo is used in
|
||||
[pod-charlesreid1](https://git.charlesreid1.com/docker/pod-charlesreid1.git).
|
||||
```plain
|
||||
|
||||
Incoming --> Nginx --> Flask
|
||||
Requests d-nginx-proxy python
|
||||
|
||||
```
|
||||
|
||||
This repo contains the docker container for the nginx server.
|
||||
|
||||
The services are just:
|
||||
|
||||
@@ -21,7 +25,9 @@ Pretty simple, right?
|
||||
|
||||
## Links
|
||||
|
||||
[documentation: d-nginx-charlesreid1 container](https://pages.charlesreid1.com/d-nginx-charlesreid1/) (you are here)
|
||||
### Related Repositories
|
||||
|
||||
[documentation: d-nginx-charlesreid1 container](https://pages.charlesreid1.com/d-nginx-charlesreid1/)
|
||||
|
||||
[source code on git.charlesreid1.com: d-nginx-charlesreid1](https://git.charlesreid1.com/docker/d-nginx-charlesreid1)
|
||||
|
||||
|
Reference in New Issue
Block a user