docker: add compose file for development (#181)

This commit is contained in:
lokka30
2024-10-26 20:12:36 +08:00
committed by GitHub
parent 5a1c2451dd
commit fe934dc74d

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
pumpkin:
build: .
ports:
- 25565:25565
volumes:
- ./configuration.toml:/pumpkin/configuration.toml
- ./features.toml:/pumpkin/features.toml