15 lines
309 B
YAML
15 lines
309 B
YAML
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:
|