0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-12-03 17:16:08 +00:00
Pumpkin/docker-compose.yml
Andreas Maerten 1ae9c99b2d
fix(Docker): improve build and compose files (#255)
* fix(Docker): improve build and compose files

- Adapted `Dockerfile` so the PWD will point to the `/config` folder in the image
- Modified the `docker-compose.yml` to follow the Dockerfile logic
- Added a LABEL to the docker image so it points to the source code

* refactor(Dockerfile): comment WORKDIR /config instruction

* feat(Dockerfile): move back to `/pumpkin` as root folder
2024-11-14 19:17:48 +01:00

8 lines
102 B
YAML

services:
pumpkin:
build: .
ports:
- 25565:25565
volumes:
- ./data:/pumpkin