]> git.parisson.com Git - teleforma.git/commitdiff
restart: unless-stopped dev master
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sat, 25 Apr 2026 12:56:25 +0000 (14:56 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sat, 25 Apr 2026 12:56:25 +0000 (14:56 +0200)
env/prod.yml
env/staging.yml

index 7c92b4d1177d451791644f17ea1a22461e1248c9..d2a5ca744bbdf76747395218fe96676fd0bcecb1 100644 (file)
@@ -22,6 +22,7 @@ services:
       args:
         dev: 0
     command: /bin/sh /srv/app/asgi.sh
+    restart: unless-stopped
     volumes:
       - ./app/:/srv/app
       - ./bin:/srv/bin
@@ -42,16 +43,19 @@ services:
       - memcached
 
   db:
+    restart: unless-stopped
     env_file:
       - env/prod.env
     networks:
       - teleforma-prod
 
   redis:
+    restart: unless-stopped
     networks:
       - teleforma-prod
 
   memcached:
+    restart: unless-stopped
     networks:
       - teleforma-prod
 
index 056330478e1bd23d4e19d1eb77146154c70e4dac..e3c23cccc34bb353565289ddc2cc8202e0cb0f89 100644 (file)
@@ -25,6 +25,7 @@ services:
       args:
         dev: 0
     command: /bin/sh /srv/app/asgi.sh
+    restart: unless-stopped
     volumes:
       - ./app/:/srv/app
       - ./bin:/srv/bin
@@ -43,16 +44,19 @@ services:
       - teleforma-staging
 
   db:
+    restart: unless-stopped
     env_file:
       - env/staging.env
     networks:
       - teleforma-staging
 
   redis:
+    restart: unless-stopped
     networks:
       - teleforma-staging
 
   memcached:
+    restart: unless-stopped
     networks:
       - teleforma-staging