mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
fix(docker): fixed
This commit is contained in:
parent
8f693bc92a
commit
46af5b7a1b
@ -17,6 +17,7 @@ services:
|
||||
- 3000:3000
|
||||
|
||||
backend-core:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
build:
|
||||
@ -43,6 +44,7 @@ services:
|
||||
- 6379:6379
|
||||
|
||||
worker:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
build:
|
||||
@ -57,6 +59,7 @@ services:
|
||||
- ./backend/:/code/
|
||||
|
||||
flower:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
build:
|
||||
|
@ -2,7 +2,6 @@ version: "3"
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./frontend/.env
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user