Add depends_on

This commit is contained in:
Tocho Tochev 2024-05-26 00:03:37 +03:00
parent d01ba553d5
commit 73a9c176f6
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ services:
SECRET_KEY_BASE: not-a-real-secret-oodeig8etho1usik5Eehoh9jah9yuS3o
ports:
- 127.0.0.1:3000:3000
depends_on:
- redis
- mail-dummy
- db
redis:
image: redis:7