diff --git a/Makefile b/Makefile index dbb9cc6..20d26fd 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ start: docker-compose up start-services: - docker-compose up axon-server stapi-admin -d + docker-compose up axon-server arangodb stapi-admin -d start-be: - docker-compose up axon-server app + docker-compose up axon-server arangodb app start-axon: docker-compose up axon-server @@ -16,11 +16,14 @@ start-axon: start-admin: docker-compose up stapi-admin +start-arango: + docker-compose up arangodb + stop: docker-compose rm --stop --force fixtures: - docker-compose up axon-server fixtures + docker-compose up axon-server arangodb fixtures wipe: docker-compose down -v --remove-orphans \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0a5f8f9..e8db5e1 100644 --- a/pom.xml +++ b/pom.xml @@ -15,9 +15,9 @@ 17 3.1.0 - 0.0.25 - 0.0.1-SNAPSHOT - 0.1.4 + 0.0.27 + 0.0.1 + 0.2.0 17 17