mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-13 17:30:37 +00:00
44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
# SPDX-FileCopyrightText: 2022 Citadel and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
|
|
|
version: 3
|
|
|
|
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.
|
|
|
|
This app also features an easy-to-use admin panel for your server.
|
|
developers:
|
|
Spigot developers: https://www.spigotmc.org/
|
|
repo: https://github.com/SpigotMC
|
|
support: https://www.spigotmc.org/
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
dependencies: []
|
|
|
|
containers:
|
|
- name: server
|
|
image: ghcr.io/runcitadel/crafty-web:main@sha256:43dc7108b95787b582cb18cca6b562cd3a3acefe5e96d2072e42963183a990d7
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
data:
|
|
- crafty_db:/crafty_db
|
|
- servers:/servers
|
|
environment:
|
|
TYPE: SPIGOT
|
|
EULA: "TRUE"
|
|
ALLOW_NETHER: "true"
|
|
port: 8000
|
|
requiredPorts:
|
|
- 25565
|