fix(docker): fixed

This commit is contained in:
Stan Girard 2023-11-14 10:03:25 +01:00
parent 8f693bc92a
commit 46af5b7a1b
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -2,7 +2,6 @@ version: "3"
services:
frontend:
image: backend-base
env_file:
- ./frontend/.env
build: