without http
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-05-22 23:11:10 +02:00
parent cbfb3302c1
commit 697114a448
2 changed files with 9 additions and 2 deletions

View File

@ -2,13 +2,13 @@
auto_https off
}
http://blog.kasperhermansen.com {
blog.kasperhermansen.com {
root * /usr/share/caddy
file_server
}
http://b.kasperhermansen.com {
b.kasperhermansen.com {
root * /usr/share/caddy
file_server
}

7
docker-compose.prod.yaml Normal file
View File

@ -0,0 +1,7 @@
services:
kasperhermansen_blog:
image: kasperhermansen/kasperhermansen-blog:latest
restart: always
ports:
- 15000:80
- 15001:443