mindcraft/docker-compose.yml

18 lines
420 B
YAML

version: '3.8'
services:
app:
image: node:latest
working_dir: /app
volumes:
- .:/app
command: node main.js
viaproxy: #use this service to connect to an unsupported minecraft server versions. more info: ./services/viaproxy/README.md
image: ghcr.io/viaversion/viaproxy:latest
volumes:
- ./services/viaproxy:/app/run
ports:
- "25568:25568"
profiles:
- viaproxy