23 lines
624 B
YAML
23 lines
624 B
YAML
|
services:
|
||
|
proxy:
|
||
|
container_name: proxy
|
||
|
image: itzg/mc-proxy
|
||
|
environment:
|
||
|
TYPE: VELOCITY
|
||
|
DEBUG: false
|
||
|
OVERRIDE_ICON: true
|
||
|
VELOCITY_VERSION: latest
|
||
|
VELOCITY_BUILD_ID: 450
|
||
|
PLUGINS: https://cdn.modrinth.com/data/p1ewR5kV/versions/Dubg3nLw/unifiedmetrics-platform-velocity-0.3.8.jar
|
||
|
volumes:
|
||
|
- ./server-icon.png:/server/server-icon.png
|
||
|
- ./velocity.toml:/config/velocity.toml:ro
|
||
|
- ./forwarding.secret:/config/forwarding.secret:ro
|
||
|
- ./unifiedmetrics:/plugins/unifiedmetrics
|
||
|
- ./server:/server
|
||
|
ports:
|
||
|
- 25565:25565
|
||
|
|
||
|
volumes:
|
||
|
proxy: {}
|