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