feat: updated dockerfile and added compose

This commit is contained in:
David Allen 2025-09-08 11:07:53 -06:00
parent a08f9ce5a0
commit 7713c2e55d
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 37 additions and 9 deletions

15
docker-compose.yaml Normal file
View file

@ -0,0 +1,15 @@
services:
makeshift:
# build: ./Dockerfile
image: makeshift:latest
container_name: makeshift
network:
- internal
volumes:
- /tmp/makeshift/makeshift:/usr/local/bin
- /tmp/makeshift/plugins/*:/makeshift/server/plugins
ports:
- 5050:5050
networks:
internal: