firmament-docker
Version:
Typescript classes for performing Docker operations
23 lines (22 loc) • 452 B
YAML
version: "3.2"
networks:
net:
volumes:
datavolume:
driver: local
driver_opts:
type: cifs
device: //10.1.70.252/merlin
o: username=,password=
services:
stagingserver:
image: 10.1.70.193:5000/merlin-hadoop-base
deploy:
replicas: 2
restart_policy:
condition: on-failure
volumes:
- datavolume:/share
networks:
- net
command: /root/hadoop_entrypoint.sh