added dependency on 'postgres' to 'kannon'

This commit is contained in:
Daniel Sommer 2022-06-08 14:51:32 +02:00
parent 25a21bea61
commit 89aafe49e8

View file

@ -13,6 +13,8 @@ services:
build: . build: .
container_name: kannon container_name: kannon
restart: unless-stopped restart: unless-stopped
depends_on:
- "postgres"
ports: ports:
- 3000:3000 - 3000:3000
- 3001:3001 - 3001:3001