Skip to content

Commit

Permalink
Update docker-compose to allow migrations to be created in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
smartspot2 committed Jul 13, 2024
1 parent 48cc212 commit 4cf362c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ services:
source: ./
target: /opt/csm_web
read_only: true
# output from migrations
- type: bind
source: ./csm_web/scheduler/migrations/
target: /opt/csm_web/csm_web/scheduler/migrations/
depends_on:
postgres:
condition: service_healthy
Expand Down

0 comments on commit 4cf362c

Please sign in to comment.