from origin repo gh:ddworken/hishtory, commit 480630e9181167b51554f4407db55717d9b7e4dd
This commit is contained in:
7
backend/web/caddy/Caddyfile
Normal file
7
backend/web/caddy/Caddyfile
Normal file
@@ -0,0 +1,7 @@
|
||||
hishtory.dev:80, localhost:80 {
|
||||
root /srv/landing
|
||||
gzip
|
||||
ext .html
|
||||
log stdout
|
||||
tls off
|
||||
}
|
6
backend/web/caddy/Dockerfile
Normal file
6
backend/web/caddy/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM abiosoft/caddy
|
||||
|
||||
LABEL "com.datadoghq.ad.logs"='[{"source": "caddy", "service": "web"}]'
|
||||
|
||||
COPY backend/web/caddy/Caddyfile /etc/
|
||||
COPY backend/web/landing/www/ /srv/landing
|
Reference in New Issue
Block a user