This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/docker-compose.yaml
Matheus Sampaio Queiroga e54db2c27d Modifications (#241)
* Modifications

* Push test

* Push

* Update README.md

* Codacy Fixes

* Socket.io

* API Rate limit
2021-11-17 17:02:14 -03:00

23 lines
503 B
YAML

version: "3.9"
volumes:
BdsManegerData:
services:
bdscore:
build:
context: .
dockerfile: Dockerfile
container_name: bds_maneger_core
volumes:
- BdsManegerData:/root/bds_core
environment:
DESCRIPTION: "Docker Test"
WORLD_NAME: "Docker Run Test"
GAMEMODE: "survival"
DIFFICULTY: "normal"
XBOX_ACCOUNT: "false"
PLAYERS: "5"
BDS_VERSION: "latest"
SERVER: "bedrock"
ports:
- 1932:1932/tcp
- 19132:19132/udp