Skip to content

Commit

Permalink
add docker compose, fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
andehen committed Dec 6, 2024
1 parent 6cdd958 commit 28c4c72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ procs:
shell: 'export DEBUG=0 && pnpm install && pnpm start'

temporal-worker:
shell: 'python3 manage.py start_temporal_worker'
# added a sleep to give the docker stuff time to start
shell: 'sleep 10 && python3 manage.py start_temporal_worker'

docker-compose:
shell: 'docker compose -f docker-compose.dev.yml up'
stop:
send-keys: ['<C-c>']

0 comments on commit 28c4c72

Please sign in to comment.