remove useless health check
This commit is contained in:
@@ -4,8 +4,7 @@ services:
|
||||
ports:
|
||||
- 3001:3000
|
||||
depends_on:
|
||||
spliit_db:
|
||||
condition: service_healthy
|
||||
- spliit_db
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
POSTGRES_HOST: spliit_db
|
||||
@@ -16,11 +15,6 @@ services:
|
||||
image: postgres:17
|
||||
volumes:
|
||||
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', 'pg_isready -U postgres']
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
POSTGRES_DB: ${SPLIIT_POSTGRES_DB}
|
||||
|
||||
Reference in New Issue
Block a user