]> git.parisson.com Git - mezzo.git/commitdiff
no cron container ATM
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 3 Mar 2017 17:44:24 +0000 (18:44 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 3 Mar 2017 17:44:24 +0000 (18:44 +0100)
docker-compose.yml

index c47f64df5ee5e432884f924ec1c6907e12e3e29a..9db6a0e81b2588b4dba46d6620a676c4e2c8776e 100644 (file)
@@ -71,19 +71,19 @@ nginx:
     - var
   links:
     - app
-
-cron:
-  image: panubo/cron
-  volumes:
-    - ./etc/crontab:/crontab
-  volumes_from:
-    - var
-    - app
-    - db
-  links:
-    - app
-    - db
-  environment:
-    - TZ=Europe/Paris
-    - SMTP_HOST=smtp.ircam.fr
-    - SMTP_PORT=25
+# 
+cron:
+  image: panubo/cron
+  volumes:
+    - ./etc/crontab:/crontab
+  volumes_from:
+    - var
+    - app
+    - db
+  links:
+    - app
+    - db
+  environment:
+    - TZ=Europe/Paris
+    - SMTP_HOST=smtp.ircam.fr
+    - SMTP_PORT=25