2022-03-23 02:37:52 +00:00
|
|
|
---
|
2021-08-26 02:55:05 +00:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
2021-09-11 02:04:31 +00:00
|
|
|
crafty:
|
2021-08-26 02:55:05 +00:00
|
|
|
container_name: crafty_commander
|
|
|
|
build: ..
|
2022-02-27 18:35:24 +00:00
|
|
|
environment:
|
|
|
|
- TZ=Etc/UTC
|
2021-08-26 02:55:05 +00:00
|
|
|
ports:
|
2022-03-23 02:37:52 +00:00
|
|
|
- "8000:8000" # HTTP
|
|
|
|
- "8443:8443" # HTTPS
|
|
|
|
- "8123:8123" # DYNMAP
|
|
|
|
- "19132:19132/udp" # BEDROCK
|
|
|
|
- "25500-25600:25500-25600" # MC SERV PORT RANGE
|
2021-08-26 02:55:05 +00:00
|
|
|
volumes:
|
|
|
|
- ./backups:/commander/backups
|
|
|
|
- ./logs:/commander/logs
|
|
|
|
- ./servers:/commander/servers
|
|
|
|
- ./config:/commander/app/config
|
2022-02-27 01:57:54 +00:00
|
|
|
- ./import:/commander/import
|