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: