Initial project setup: Docker, Makefile, scripts, plugins

This commit is contained in:
2026-06-17 23:38:59 +02:00
commit c52353ac8e
10 changed files with 397 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
grav:
image: lscr.io/linuxserver/grav:latest
container_name: intotheeast_grav
environment:
- PUID=1000
- PGID=1000
ports:
- "8081:80"
volumes:
- ./user:/config/www/user
restart: unless-stopped