From eac101764bd79ebf9e2d65db9ccba3f783168a3f Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 9 Feb 2026 08:19:47 +0100 Subject: [PATCH] chore: remove restart policies --- compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compose.yml b/compose.yml index 432ac7f..2cb584d 100644 --- a/compose.yml +++ b/compose.yml @@ -8,7 +8,6 @@ services: condition: service_started env_file: - .env - restart: unless-stopped image: srizan10/hclive chat: depends_on: @@ -18,14 +17,12 @@ services: condition: service_started env_file: - .env - restart: unless-stopped image: srizan10/hclive-chat postgres: image: 'postgres:17-alpine' environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: '${PG_PASS}' - restart: unless-stopped volumes: - 'hctv_pgdata:/var/lib/postgresql/data' healthcheck: @@ -47,7 +44,6 @@ services: - PGBOUNCER_DEFAULT_POOL_SIZE=20 depends_on: - postgres - restart: unless-stopped redis: image: 'redis:7.4-alpine' volumes: