mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
chore: remove restart policies
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user