mc-cluster/velocity-image/docker-compose.yml

21 lines
351 B
YAML
Raw Normal View History

2024-12-06 05:52:08 -05:00
version: '3.8'
services:
holesail:
build:
context: ../holesail-connector
dockerfile: Dockerfile
container_name: holesail-connections
ports:
- "8001:8001"
- "8002:8002"
- "8003:8003"
- "8004:8004"
volicy-proxy:
image: velocity:proxy
container_name: volicy-proxy
ports:
- "25565"