aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 1c3a756..31b19f1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,6 +14,7 @@ services:
build: ./postgrest
environment:
JWT_SECRET: ${JWT_SECRET}
+ POSTGREST_PASSWORD: ${POSTGREST_PASSWORD}
depends_on:
- postgres
ports: