]> git.parisson.com Git - docker-django-scripts.git/commitdiff
[Nginx] : add nginx scripts up and ps
authorEmilie <zawadzki@ircam.fr>
Tue, 19 Jun 2018 16:07:42 +0000 (18:07 +0200)
committerEmilie <zawadzki@ircam.fr>
Tue, 19 Jun 2018 16:07:42 +0000 (18:07 +0200)
nginx/ps.sh [new file with mode: 0755]
nginx/up.sh [new file with mode: 0755]

diff --git a/nginx/ps.sh b/nginx/ps.sh
new file mode 100755 (executable)
index 0000000..37909db
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+docker-compose -f docker-compose.yml -f env/nginx.yml ps
\ No newline at end of file
diff --git a/nginx/up.sh b/nginx/up.sh
new file mode 100755 (executable)
index 0000000..f43e749
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+docker-compose -f docker-compose.yml -f env/nginx.yml up
\ No newline at end of file