diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index 16aa99a..d81ce6f 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -73,11 +73,6 @@ services: - hiy-pg-data:/var/lib/postgresql/data # SQL files here run once on first init (ignored if data volume already exists). - ./postgres-init:/docker-entrypoint-initdb.d:ro - healthcheck: - test: ["CMD-SHELL", "pg_isready -U hiy_admin -d hiy"] - interval: 5s - timeout: 5s - retries: 10 networks: - hiy-net @@ -101,8 +96,7 @@ services: volumes: - forgejo-data:/data depends_on: - postgres: - condition: service_healthy + - postgres networks: - hiy-net