Add stack for ca.taudris.com

This commit is contained in:
taudris 2021-10-20 00:07:18 -07:00
parent 7190566b96
commit 33522c7abd
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
version: "3.8"
services:
nginx:
build:
context: .
dockerfile: ./nginx/dockerfile
image: com-taudris-ca:20211019
ports:
- "8781:80"

View File

@ -0,0 +1,2 @@
FROM nginx:latest
COPY root.crl /usr/share/nginx/html/root.crl

Binary file not shown.