This commit is contained in:
16
compose.yml
16
compose.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user