]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - docker/production/stable/supervised.conf
Docker: move Dockerfiles to the main repository
[github/shaarli/Shaarli.git] / docker / production / stable / supervised.conf
diff --git a/docker/production/stable/supervised.conf b/docker/production/stable/supervised.conf
new file mode 100644 (file)
index 0000000..5acd979
--- /dev/null
@@ -0,0 +1,13 @@
+[program:php5-fpm]
+command=/usr/sbin/php5-fpm -F
+priority=5
+autostart=true
+autorestart=true
+
+[program:nginx]
+command=/usr/sbin/nginx
+priority=10
+autostart=true
+autorestart=true
+stdout_events_enabled=true
+stderr_events_enabled=true