This commit is contained in:
parent
7e5f8b7ee2
commit
d8f9ac613f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user