Skip to content
Snippets Groups Projects
Commit a1e3e644 authored by Daniel Lyons's avatar Daniel Lyons Committed by Daniel Lyons
Browse files

Integrate docker compose up into the makefile

parent d3a72174
No related branches found
No related tags found
1 merge request!289Integrate docker compose up into the makefile
Pipeline #1909 passed
......@@ -21,15 +21,9 @@ test:
# Setup local development environment
dev: docker-base
setup:
docker exec workspaces_capability_1 /bin/bash -c 'python -m pip install -r requirements.txt'
docker exec workspaces_capability_1 /bin/bash -c 'python -m pip install -e .'
docker exec workspaces_workflow_1 /bin/bash -c 'python -m pip install -r requirements.txt'
docker exec workspaces_workflow_1 /bin/bash -c 'python -m pip install -e .'
docker exec workspaces_notification_1 /bin/bash -c 'python -m pip install -r requirements.txt'
docker exec workspaces_notification_1 /bin/bash -c 'python -m pip install -e .'
docker-compose restart
@echo "starting docker compose up in the background"
@echo "wait a few seconds and your environment should be done setting up"
docker compose up -d
alembic-update:
cd schema; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment