first commit

This commit is contained in:
Fabian Gasper
2026-07-12 18:32:01 +02:00
commit 7079f383d4
11 changed files with 528 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
homepage:
container_name: homepage
image: git.lojr.de/ilvoen/varde:latest
ports:
- 80:80
env_file: .env
volumes:
- ./content:/app/content
- ./keys:/app/keys:ro
restart: unless-stopped