crafty-4/docker/docker-compose.yml

23 lines
508 B
YAML
Raw Normal View History

---
2021-08-26 02:55:05 +00:00
version: '3'
services:
2021-09-11 02:04:31 +00:00
crafty:
container_name: crafty_container
2021-08-26 02:55:05 +00:00
build: ..
restart: always
environment:
- TZ=Etc/UTC
2021-08-26 02:55:05 +00:00
ports:
- "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:/crafty/backups
- ./logs:/crafty/logs
- ./servers:/crafty/servers
- ./config:/crafty/app/config
- ./import:/crafty/import