Skip to content

Commit 4fb24c6

Browse files
author
Fabian Ihl
committed
add helper command to start services
1 parent 6b3e109 commit 4fb24c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export PRECOMMIT
1212
images:
1313
docker-compose build
1414

15+
up:
16+
docker-compose up mongo rabbitmq postgres
17+
1518
lint:
1619
docker-compose run --rm py find . -name "*.py" -exec pylint -ry {} +
1720

0 commit comments

Comments
 (0)