Added move registration and validation
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
boardmate-api:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: boardmate-api
|
||||
ports:
|
||||
- "8000:8080"
|
||||
@@ -11,6 +13,9 @@ services:
|
||||
depends_on:
|
||||
- mongodb
|
||||
- elasticsearch
|
||||
volumes:
|
||||
- ./.gradle:/home/gradle/.gradle # Use your existing local Gradle and build directories
|
||||
- ./build:/app/.gradle # optional, only if you want project cache mapped too
|
||||
|
||||
elasticsearch:
|
||||
image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.10'
|
||||
|
||||
Reference in New Issue
Block a user