Skip to content

Commit

Permalink
build: tweak local dev scheduler service for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 20, 2025
1 parent 48aebd5 commit 01be86b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,12 @@ services:
depends_on:
fmtm-db:
condition: service_healthy
s3:
condition: service_healthy
env_file:
- .env
environment:
DEBUG: false
volumes:
- ./src/backend/app:/opt/app:ro
- ./src/backend/scheduler:/opt/scheduler:ro
networks:
- fmtm-net
Expand Down

0 comments on commit 01be86b

Please sign in to comment.