feat: updated dockerfile and added compose
This commit is contained in:
parent
a08f9ce5a0
commit
7713c2e55d
2 changed files with 37 additions and 9 deletions
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue