fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2022-02-13 20:48:27 +01:00
parent 7e5f8b7ee2
commit d8f9ac613f

View File

@ -11,8 +11,10 @@ services:
POSTGRES_DB: mealsdb POSTGRES_DB: mealsdb
mealsapi: mealsapi:
image: registry.kmlabz.com/tormakris/meals_homework image: registry.kmlabz.com/tormakris/meal_homework
restart: always restart: always
depends_on:
- db
environment: environment:
DATABASE_URI: "postgresql://mealsapi:meals@db:5432/mealsdb" DATABASE_URI: "postgresql://mealsapi:meals@db:5432/mealsdb"
ports: ports: