mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
feat: 🎸 docker
added image name common
This commit is contained in:
parent
71d4a63a17
commit
e266351589
@ -2,6 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./frontend/.env
|
||||
build:
|
||||
@ -13,6 +14,7 @@ services:
|
||||
- 3000:3000
|
||||
|
||||
backend-core:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
build:
|
||||
@ -37,6 +39,7 @@ services:
|
||||
- 6379:6379
|
||||
|
||||
worker:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
build:
|
||||
@ -51,6 +54,7 @@ services:
|
||||
- ./backend/:/code/
|
||||
|
||||
beat:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
build:
|
||||
@ -65,6 +69,7 @@ services:
|
||||
- ./backend/:/code/
|
||||
|
||||
flower:
|
||||
image: backend-base
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user