This commit is contained in:
parent
7e5f8b7ee2
commit
d8f9ac613f
@ -11,8 +11,10 @@ services:
|
||||
POSTGRES_DB: mealsdb
|
||||
|
||||
mealsapi:
|
||||
image: registry.kmlabz.com/tormakris/meals_homework
|
||||
image: registry.kmlabz.com/tormakris/meal_homework
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
DATABASE_URI: "postgresql://mealsapi:meals@db:5432/mealsdb"
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user