Compare commits
9 Commits
88fdfa9f48
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cd736efc0b | |||
| c267f95fc6 | |||
| 291dcaa4d9 | |||
| 3910f4c99e | |||
| 95e3be282e | |||
| ebbe298fb6 | |||
| fc2346540b | |||
| fb767b9738 | |||
| ace553707d |
@@ -5,12 +5,13 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
|
- "8100:8100"
|
||||||
- "9100:9100"
|
- "9100:9100"
|
||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
TYPE: "PAPER"
|
TYPE: "PAPER"
|
||||||
VERSION: "1.21.10"
|
VERSION: "1.21.10"
|
||||||
MEMORY: "4096M"
|
MEMORY: "6144M"
|
||||||
USE_MEOWICE_FLAGS: "true"
|
USE_MEOWICE_FLAGS: "true"
|
||||||
TZ: "Europe/Berlin"
|
TZ: "Europe/Berlin"
|
||||||
ENABLE_WHITELIST: "true"
|
ENABLE_WHITELIST: "true"
|
||||||
@@ -20,11 +21,16 @@ services:
|
|||||||
ExoLynx
|
ExoLynx
|
||||||
GamerLynx3
|
GamerLynx3
|
||||||
Txmph
|
Txmph
|
||||||
|
AfterShave18
|
||||||
|
The_Qsha4ka
|
||||||
|
Djanggooo
|
||||||
|
Kicklas
|
||||||
|
LuzzYT
|
||||||
EXISTING_WHITELIST_FILE: "MERGE"
|
EXISTING_WHITELIST_FILE: "MERGE"
|
||||||
MODRINTH_PROJECTS: |
|
# MODRINTH_PROJECTS: |
|
||||||
unifiedmetrics
|
# unifiedmetrics
|
||||||
# distanthorizons
|
# distanthorizons
|
||||||
MODRINTH_MODPACK_VERSION_TYPE: "beta"
|
# MODRINTH_MODPACK_VERSION_TYPE: "beta"
|
||||||
# MODRINTH_LOADER: "fabric"
|
# MODRINTH_LOADER: "fabric"
|
||||||
# CF_API_KEY: ${CF_API_KEY}
|
# CF_API_KEY: ${CF_API_KEY}
|
||||||
# CURSEFORGE_FILES: |
|
# CURSEFORGE_FILES: |
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
|
- "8100:8100"
|
||||||
- "9100:9100"
|
- "9100:9100"
|
||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ services:
|
|||||||
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
|
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
|
||||||
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
|
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: docker.io/gotenberg/gotenberg:8.23
|
image: docker.io/gotenberg/gotenberg:8.25
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||||
# want to allow external content like tracking pixels or even javascript.
|
# want to allow external content like tracking pixels or even javascript.
|
||||||
|
|||||||
Reference in New Issue
Block a user