citadel-apps/apps/spigot-mc/app.yml

44 lines
1.0 KiB
YAML
Raw Normal View History

2022-02-17 14:45:53 +00:00
# SPDX-FileCopyrightText: 2022 Citadel and contributors
#
# SPDX-License-Identifier: AGPL-3.0-only
2022-04-07 16:25:31 +00:00
# yaml-language-server: $schema=../../app-standard-v3.yml
2022-02-17 14:45:53 +00:00
2022-04-07 16:25:31 +00:00
version: 3
2022-02-17 14:45:53 +00:00
metadata:
category: Fun
name: Spigot
version: Latest
tagline: Host a Minecraft server on your Citadel
description: >-
Spigot is an easy-to-use Minecraft server you can host on your Citadel.
2022-03-12 20:51:22 +00:00
This app also features an easy-to-use admin panel for your server.
2022-04-09 20:00:56 +00:00
developers:
Spigot developers: https://www.spigotmc.org/
2022-02-17 14:45:53 +00:00
repo: https://github.com/SpigotMC
support: https://www.spigotmc.org/
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
2022-02-17 14:53:28 +00:00
dependencies: []
2022-02-17 14:45:53 +00:00
containers:
- name: server
2022-03-12 20:51:22 +00:00
image: ghcr.io/runcitadel/crafty-web:main@sha256:43dc7108b95787b582cb18cca6b562cd3a3acefe5e96d2072e42963183a990d7
2022-02-17 14:45:53 +00:00
restart: on-failure
stop_grace_period: 1m
data:
2022-02-26 11:29:17 +00:00
- crafty_db:/crafty_db
2022-03-13 07:58:25 +00:00
- servers:/servers
2022-02-17 14:45:53 +00:00
environment:
TYPE: SPIGOT
EULA: "TRUE"
ALLOW_NETHER: "true"
2022-02-26 11:29:17 +00:00
port: 8000
2022-04-07 16:25:31 +00:00
requiredPorts:
- 25565