Add schematics website
All checks were successful
Deploy / Deploy (push) Successful in 1m38s

This commit is contained in:
2026-01-26 21:21:44 +00:00
parent 00263cf608
commit 812f559b8c
2 changed files with 34 additions and 1 deletions

View File

@@ -329,6 +329,22 @@ services:
POSTGRES_DB: luckperms
PGDATA: /var/lib/postgresql/data/pgdata
schematics:
image: registry.leaf.home.kappeh.org/kappeh/minecraft_schematics_web:latest
user: 2015:2015 # minecraft_server:minecraft_server
restart: unless-stopped
environment:
ADDRESS: 0.0.0.0
PORT: 80
SCHEM_DIR: /schematics
volumes:
- schematics:/schematics:rw
networks:
minecraft_server_network:
ipv4_address: "10.100.1.7"
ports:
- 25585:80
# Helper for dumping sqlite databases during backups
sqlite_helper:
image: grepular/sqlite3:3.51.2