Initial commit

This commit is contained in:
Theresa Treimer 2025-07-10 20:18:49 +02:00
commit 91ff76ac29
16 changed files with 913 additions and 0 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
resty:
image: rest-alpine-fat:2
ports:
- "8080:8080"
volumes:
- ./lapis:/lapis
command: sh -c "cd /lapis && lapis server"
#environment:
#LAPIS_ENVIRONMENT: "production"