zmq-fileserver/docker-compose.yaml

14 lines
258 B
YAML
Raw Normal View History

2020-06-21 01:58:06 +02:00
version: "3"
services:
server:
build:
context: .
dockerfile: ./docker/server/Dockerfile
volumes:
# You may add volumes for IPC binding here too
- ./var:/usr/src/fileserver/var
ports:
- 5678:5678
- 5679:5679