mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 20:28:48 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
431d3997f4 | ||
|
|
d4dbe8d0fe | ||
|
|
62e34c6e9b |
@@ -4,6 +4,7 @@
|
|||||||
[](./ETHICS.md)
|
[](./ETHICS.md)
|
||||||
[](https://www.buymeacoffee.com/dextmorgn)
|
[](https://www.buymeacoffee.com/dextmorgn)
|
||||||
[](https://ko-fi.com/P5P01W3GPJ)
|
[](https://ko-fi.com/P5P01W3GPJ)
|
||||||
|
[](https://discord.gg/aST9HMQr)
|
||||||
|
|
||||||
|
|
||||||
Flowsint is an open-source OSINT graph exploration tool designed for ethical investigation, transparency, and verification.
|
Flowsint is an open-source OSINT graph exploration tool designed for ethical investigation, transparency, and verification.
|
||||||
|
|||||||
@@ -123,6 +123,14 @@ services:
|
|||||||
- REDIS_URL=redis://redis:6379/0
|
- REDIS_URL=redis://redis:6379/0
|
||||||
- SKIP_MIGRATIONS=true
|
- SKIP_MIGRATIONS=true
|
||||||
- AUTH_SECRET=${AUTH_SECRET}
|
- AUTH_SECRET=${AUTH_SECRET}
|
||||||
|
healthcheck:
|
||||||
|
# Celery has no HTTP server — Dockerfile's curl-based healthcheck always fails.
|
||||||
|
# Use celery's own ping primitive instead.
|
||||||
|
test: ["CMD-SHELL", "celery -A flowsint_core.core.celery inspect ping -d celery@$$HOSTNAME || exit 1"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
|
start_period: 30s
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@@ -123,6 +123,14 @@ services:
|
|||||||
- REDIS_URL=redis://redis:6379/0
|
- REDIS_URL=redis://redis:6379/0
|
||||||
- SKIP_MIGRATIONS=true
|
- SKIP_MIGRATIONS=true
|
||||||
- AUTH_SECRET=${AUTH_SECRET}
|
- AUTH_SECRET=${AUTH_SECRET}
|
||||||
|
healthcheck:
|
||||||
|
# Celery has no HTTP server — Dockerfile's curl-based healthcheck always fails.
|
||||||
|
# Use celery's own ping primitive instead.
|
||||||
|
test: ["CMD-SHELL", "celery -A flowsint_core.core.celery inspect ping -d celery@$$HOSTNAME || exit 1"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
|
start_period: 30s
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user