feat: 🎸 docker

added image name common
This commit is contained in:
Stan Girard 2023-11-13 10:14:24 +01:00
parent 71d4a63a17
commit e266351589

View File

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