redash/setup/ubuntu_docker/files/upstart.conf
2015-11-23 15:46:00 +02:00

8 lines
199 B
Plaintext

description "Start re:dash Docker containers"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
script
docker-compose -f /opt/redash-docker/docker-compose.yml up
end script