feat: basic app

This commit is contained in:
kjuulh-parts 2023-04-02 19:37:24 +00:00
commit a55346cb40

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: "3"
services:
blog:
image: kasperhermansen/kasperhermansen-blog:1680463748
ports:
- 9080:80
- 9443:443