Compare commits
4 commits
b07e73f140
...
edc27dd201
| Author | SHA1 | Date | |
|---|---|---|---|
|
edc27dd201 |
|||
| fa452a9940 | |||
| 3b16ee38a3 | |||
| fedc5e6969 |
4 changed files with 6 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
services:
|
||||
ganymede:
|
||||
container_name: ganymede
|
||||
image: ghcr.io/zibbp/ganymede:4.13.0
|
||||
image: ghcr.io/zibbp/ganymede:4.14.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DEBUG: ${GANYMEDE_DEBUG:-false}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ services:
|
|||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
MEMORY: ${MEMORY:-"6G"}
|
||||
MEMORY: ${MEMORY:-8G}
|
||||
TZ: "Europe/Madrid"
|
||||
VERSION: 1.21.1
|
||||
ENABLE_ROLLING_LOGS: true
|
||||
|
|
@ -17,7 +17,7 @@ services:
|
|||
MOTD: "Huesoperrers Minecraft Episodio 3: La venganza de los huesos"
|
||||
MAX_PLAYERS: 10
|
||||
MAX_WORLD_SIZE: 10000
|
||||
SEED: huesoperrers3
|
||||
SEED: huesoperrers3test
|
||||
MODE: survival
|
||||
ONLINE_MODE: false
|
||||
ALLOW_FLIGHT: true
|
||||
|
|
@ -35,5 +35,6 @@ services:
|
|||
ENABLE_AUTOPAUSE: true
|
||||
DEBUG_AUTOPAUSE: false
|
||||
TYPE: NEOFORGE
|
||||
NEOFORGE_VERSION: "21.1.216"
|
||||
volumes:
|
||||
- ${MC_DATA_DIR:-/mnt/zeruel/nas1/shared/mc3}:/data
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
services:
|
||||
web_recipes:
|
||||
restart: always
|
||||
image: vabene1111/recipes:2.4.2
|
||||
image: vabene1111/recipes:2.5.3
|
||||
volumes:
|
||||
- ${TANDOOR_STATICFILES:-/mnt/nas1/shared/tandoor/staticfiles}:/opt/recipes/staticfiles
|
||||
- ${TANDOOR_MEDIAFILES:-/mnt/nas1/shared/tandoor/mediafiles}:/opt/recipes/mediafiles
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ spec:
|
|||
targetRevision: main
|
||||
- chart: meilisearch
|
||||
repoURL: https://meilisearch.github.io/meilisearch-kubernetes
|
||||
targetRevision: 0.25.*
|
||||
targetRevision: 0.27.*
|
||||
helm:
|
||||
valuesObject:
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue