feat: fix todo
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-12-23 13:01:38 +01:00
parent 742ff94a0d
commit c89a0958f8
9 changed files with 12 additions and 11 deletions

View File

@@ -21,6 +21,8 @@ services:
MONGODB__Host: db
MONGODB__Port: 27017
MONGODB__Database: todo
env_file:
- .env
depends_on:
- db