Skip to content

Commit d69479b

Browse files
committed
Update dependencies in docker-compose example and upgrade to MC 1.21.4 (experimental paper)
1 parent d8a1e4b commit d69479b

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

example/docker-compose/docker-compose.yaml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: catalyst
66

77
services:
88
db:
9-
image: postgres:15.7
9+
image: postgres:15.10
1010
ports:
1111
- "5432:5432"
1212
environment:
@@ -17,7 +17,7 @@ services:
1717
- ./postgresql:/var/lib/postgresql/data
1818

1919
pg-admin:
20-
image: dpage/pgadmin4:8.6
20+
image: dpage/pgadmin4:8.14
2121
ports:
2222
- "8080:80"
2323
environment:
@@ -40,7 +40,7 @@ services:
4040
# - ./mariadb:/var/lib/mysql
4141

4242
lp:
43-
image: ghcr.io/luckperms/luckperms:v5.4.134
43+
image: ghcr.io/luckperms/luckperms:v5.4.151
4444
environment:
4545
# LUCKPERMS_STORAGE_METHOD: mariadb
4646
LUCKPERMS_STORAGE_METHOD: postgresql
@@ -51,16 +51,16 @@ services:
5151
LUCKPERMS_DATA_PASSWORD: catalyst_docker_compose
5252

5353
proxy:
54-
image: itzg/mc-proxy:latest
54+
image: itzg/mc-proxy:2024.6.0
5555
ports:
5656
- "25565:25565"
5757
environment:
5858
TYPE: VELOCITY
59-
VELOCITY_VERSION: 3.3.0-SNAPSHOT
60-
VELOCITY_BUILD_ID: 400
59+
VELOCITY_VERSION: 3.4.0-SNAPSHOT
60+
VELOCITY_BUILD_ID: 458
6161
PLUGINS: |
62-
https://download.luckperms.net/1549/velocity/LuckPerms-Velocity-5.4.134.jar
63-
https://cdn.modrinth.com/data/7IbzD4Zm/versions/eeGwpMZV/SignedVelocity-Proxy-1.2.3.jar
62+
https://download.luckperms.net/1568/velocity/LuckPerms-Velocity-5.4.151.jar
63+
https://cdn.modrinth.com/data/7IbzD4Zm/versions/Jp1p9BHR/SignedVelocity-Proxy-1.3.0.jar
6464
https://cdn.modrinth.com/data/1iWA0pjH/versions/rEHcRyPV/MCKotlinVelocity-1.4.0-k1.9.21.jar
6565
PATCH_DEFINITIONS: /server/velocity-patch-set.json
6666
# CATALYST_DB_TYPE: mariadb # default: postgresql
@@ -109,33 +109,37 @@ services:
109109
- ./proxy/plugins:/server/plugins
110110

111111
paper-0:
112-
image: itzg/minecraft-server:latest
112+
image: itzg/minecraft-server:2024.12.1
113113
expose:
114114
- 25565
115115
environment:
116116
TYPE: PAPER
117-
VERSION: "1.20.6"
117+
VERSION: "1.21.4"
118+
PAPER_CHANNEL: "experimental"
119+
PAPER_BUILD: "68"
118120
EULA: true # By using this environment variable, you are indicating your acceptance of the Minecraft EULA
119121
ONLINE_MODE: false
120122
PATCH_DEFINITIONS: /config/paper-patch-set.json
121123
PLUGINS: |
122-
https://cdn.modrinth.com/data/7IbzD4Zm/versions/ngDdLdWA/SignedVelocity-Paper-1.2.3.jar
124+
https://cdn.modrinth.com/data/7IbzD4Zm/versions/TKC72r9l/SignedVelocity-Paper-1.3.0.jar
123125
volumes:
124126
- ./paper-0:/data
125127
- ../config/paper-patch-set.json:/config/paper-patch-set.json:ro
126128

127129
paper-1:
128-
image: itzg/minecraft-server:latest
130+
image: itzg/minecraft-server:2024.12.1
129131
expose:
130132
- 25565
131133
environment:
132134
TYPE: PAPER
133-
VERSION: "1.20.6"
135+
VERSION: "1.21.4"
136+
PAPER_CHANNEL: "experimental"
137+
PAPER_BUILD: "68"
134138
EULA: true # By using this environment variable, you are indicating your acceptance of the Minecraft EULA
135139
ONLINE_MODE: false
136140
PATCH_DEFINITIONS: /config/paper-patch-set.json
137141
PLUGINS: |
138-
https://cdn.modrinth.com/data/7IbzD4Zm/versions/ngDdLdWA/SignedVelocity-Paper-1.2.3.jar
142+
https://cdn.modrinth.com/data/7IbzD4Zm/versions/TKC72r9l/SignedVelocity-Paper-1.3.0.jar
139143
volumes:
140144
- ./paper-1:/data
141145
- ../config/paper-patch-set.json:/config/paper-patch-set.json:ro

0 commit comments

Comments
 (0)