mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
26 lines
571 B
YAML
26 lines
571 B
YAML
version: '3'
|
|
|
|
services:
|
|
storage:
|
|
command: ["-p", "-s", "opaque_storage;/srv/opaque/storage;no;no;no;opaque", "-u", "opaque;opaque"]
|
|
image: dperson/samba:latest
|
|
ports:
|
|
- 445:445
|
|
restart: on-failure
|
|
volumes:
|
|
- /srv/opaque/storage:/srv/opaque/storage
|
|
worker:
|
|
image: docker:dind
|
|
ports:
|
|
- 2375
|
|
privileged: true
|
|
restart: on-failure
|
|
volumes:
|
|
- /mnt/opaque:/mnt/opaque
|
|
viz:
|
|
image: dockersamples/visualizer:latest
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|