We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d56cb commit dd96373Copy full SHA for dd96373
1 file changed
compose.yaml
@@ -28,6 +28,8 @@ services:
28
# Run database migrations before starting the apps
29
app-migrate:
30
build: .
31
+ env_file:
32
+ - .env
33
environment:
34
DATABASE_URL: postgres://jetkvm:jetkvm@db:5432/jetkvm
35
depends_on:
@@ -41,6 +43,8 @@ services:
41
43
app:
42
44
45
restart: unless-stopped
46
47
48
49
PORT: 3000
50
0 commit comments