@@ -6,7 +6,7 @@ name: catalyst
6
6
7
7
services :
8
8
db :
9
- image : postgres:15.7
9
+ image : postgres:15.10
10
10
ports :
11
11
- " 5432:5432"
12
12
environment :
@@ -17,7 +17,7 @@ services:
17
17
- ./postgresql:/var/lib/postgresql/data
18
18
19
19
pg-admin :
20
- image : dpage/pgadmin4:8.6
20
+ image : dpage/pgadmin4:8.14
21
21
ports :
22
22
- " 8080:80"
23
23
environment :
@@ -40,7 +40,7 @@ services:
40
40
# - ./mariadb:/var/lib/mysql
41
41
42
42
lp :
43
- image : ghcr.io/luckperms/luckperms:v5.4.134
43
+ image : ghcr.io/luckperms/luckperms:v5.4.151
44
44
environment :
45
45
# LUCKPERMS_STORAGE_METHOD: mariadb
46
46
LUCKPERMS_STORAGE_METHOD : postgresql
@@ -51,16 +51,16 @@ services:
51
51
LUCKPERMS_DATA_PASSWORD : catalyst_docker_compose
52
52
53
53
proxy :
54
- image : itzg/mc-proxy:latest
54
+ image : itzg/mc-proxy:2024.6.0
55
55
ports :
56
56
- " 25565:25565"
57
57
environment :
58
58
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
61
61
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
64
64
https://cdn.modrinth.com/data/1iWA0pjH/versions/rEHcRyPV/MCKotlinVelocity-1.4.0-k1.9.21.jar
65
65
PATCH_DEFINITIONS : /server/velocity-patch-set.json
66
66
# CATALYST_DB_TYPE: mariadb # default: postgresql
@@ -109,33 +109,37 @@ services:
109
109
- ./proxy/plugins:/server/plugins
110
110
111
111
paper-0 :
112
- image : itzg/minecraft-server:latest
112
+ image : itzg/minecraft-server:2024.12.1
113
113
expose :
114
114
- 25565
115
115
environment :
116
116
TYPE : PAPER
117
- VERSION : " 1.20.6"
117
+ VERSION : " 1.21.4"
118
+ PAPER_CHANNEL : " experimental"
119
+ PAPER_BUILD : " 68"
118
120
EULA : true # By using this environment variable, you are indicating your acceptance of the Minecraft EULA
119
121
ONLINE_MODE : false
120
122
PATCH_DEFINITIONS : /config/paper-patch-set.json
121
123
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
123
125
volumes :
124
126
- ./paper-0:/data
125
127
- ../config/paper-patch-set.json:/config/paper-patch-set.json:ro
126
128
127
129
paper-1 :
128
- image : itzg/minecraft-server:latest
130
+ image : itzg/minecraft-server:2024.12.1
129
131
expose :
130
132
- 25565
131
133
environment :
132
134
TYPE : PAPER
133
- VERSION : " 1.20.6"
135
+ VERSION : " 1.21.4"
136
+ PAPER_CHANNEL : " experimental"
137
+ PAPER_BUILD : " 68"
134
138
EULA : true # By using this environment variable, you are indicating your acceptance of the Minecraft EULA
135
139
ONLINE_MODE : false
136
140
PATCH_DEFINITIONS : /config/paper-patch-set.json
137
141
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
139
143
volumes :
140
144
- ./paper-1:/data
141
145
- ../config/paper-patch-set.json:/config/paper-patch-set.json:ro
0 commit comments