umi dockerized deploy
- git clone
- cd umi-deploy/
- touch docker-compose.override.yml
edit docker-compose.override.yml
where
volumes: conf: driver: local-persist driver_opts: mountpoint: "/path/to/umi-deploy/vol/conf"
/path/to/umi-deploy/vol/conf
is a path to a directory with umi.yml config file - make build
- make up
- cd umi-deploy/umi
- git pull
- cd ..
- make build && make restart