mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-18 17:15:13 +01:00
Add docker-compose
This commit is contained in:
parent
1e386705a7
commit
dddc266e83
17
docker/docker-compose.yml
Normal file
17
docker/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
cc-dashboard:
|
||||||
|
container_name: crafty_commander
|
||||||
|
build: ..
|
||||||
|
ports:
|
||||||
|
- "8000:8000" # HTTP
|
||||||
|
- "8443:8443" # HTTPS
|
||||||
|
- "8123:8123" # DYNMAP
|
||||||
|
- "19132:19132/udp" # BEDROCK
|
||||||
|
- "24000-25600:24000-25600" # MC SERV PORT RANGE
|
||||||
|
volumes:
|
||||||
|
- ./backups:/commander/backups
|
||||||
|
- ./logs:/commander/logs
|
||||||
|
- ./servers:/commander/servers
|
||||||
|
- ./config:/commander/app/config
|
Loading…
x
Reference in New Issue
Block a user