From 7c60c76ec14ed3cf2734c3ba1cd71ac8a2deb214 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Thu, 6 Jul 2023 22:19:27 +0530 Subject: [PATCH] autorestart safetwitch --- privfrontends/compose/safetwitch/compose.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/privfrontends/compose/safetwitch/compose.yml.j2 b/privfrontends/compose/safetwitch/compose.yml.j2 index c80769b..8cc4189 100644 --- a/privfrontends/compose/safetwitch/compose.yml.j2 +++ b/privfrontends/compose/safetwitch/compose.yml.j2 @@ -8,6 +8,7 @@ services: - SAFETWITCH_BACKEND_DOMAIN=api.safetwitch.{{inventory_hostname}}.projectsegfau.lt - SAFETWITCH_INSTANCE_DOMAIN=safetwitch.projectsegfau.lt - SAFETWITCH_HTTPS=true + restart: always backend: image: codeberg.org/dragongoose/safetwitch-backend ports: @@ -15,3 +16,4 @@ services: environment: - PORT=7000 - URL=https://api.safetwitch.{{inventory_hostname}}.projectsegfau.lt + restart: always