mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
remove conductor and add hatchet tests (no-mistakes)
This commit is contained in:
@@ -34,20 +34,6 @@ services:
|
||||
environment:
|
||||
ENTRYPOINT: beat
|
||||
|
||||
conductor-worker:
|
||||
build:
|
||||
context: server
|
||||
volumes:
|
||||
- ./server/:/app/
|
||||
- /app/.venv
|
||||
env_file:
|
||||
- ./server/.env
|
||||
environment:
|
||||
ENTRYPOINT: conductor-worker
|
||||
depends_on:
|
||||
conductor:
|
||||
condition: service_healthy
|
||||
|
||||
hatchet-worker:
|
||||
build:
|
||||
context: server
|
||||
@@ -92,19 +78,6 @@ services:
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
|
||||
conductor:
|
||||
image: conductoross/conductor-standalone:3.15.0
|
||||
ports:
|
||||
- "8180:8080"
|
||||
- "5001:5000"
|
||||
environment:
|
||||
- conductor.db.type=memory
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
||||
hatchet-postgres:
|
||||
image: postgres:15.6
|
||||
command: postgres -c 'max_connections=200'
|
||||
|
||||
Reference in New Issue
Block a user