From 3a967e399bfa30517f02dff98f406cb3e576dbef Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Sun, 17 Dec 2023 14:57:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D1=82=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9?= =?UTF-8?q?=D0=BD=D0=B5=D1=80=D0=BE=D0=B2=20=D0=BF=D1=80=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=B0=D0=B4=D0=B5=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 652f996..7a602dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: context: . depends_on: - db + restart: always networks: default: @@ -14,6 +15,7 @@ services: POSTGRES_USER: servermonitorbot POSTGRES_PASSWORD: servermonitorbot POSTGRES_DB: servermonitorbot + restart: always networks: default: