chore: remove restart policies

This commit is contained in:
2026-02-09 08:19:47 +01:00
parent 5f43567d89
commit eac101764b

View File

@@ -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: