add context build

This commit is contained in:
Valentin CZERYBA 2023-10-16 23:31:29 +02:00
parent 8943559397
commit 0512f082d2

View File

@ -6,13 +6,15 @@ services:
image: redis/redis-stack-server:latest
backend:
image: quarkus-native:latest
build:
context: ../backend-collector
dockerfile: Dockerfile
depends_on:
- redis
env_file:
- .env
- .env-backend
ports:
- "8083:8080"
- "8083:8000"
frontend:
depends_on: