summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-05-02 09:55:29 -0700
committerDessalines <tyhou13@gmx.com>2019-05-02 09:55:29 -0700
commit820af563879fbf945092d2230f1e2fde0c860ca0 (patch)
tree5a5c9693c291cac1672ddb0dadae46940517ff64 /docker-compose.yml
parent9d3b4de4362e39b05ef759372aecf66da2b14c3b (diff)
Externalizing JWT token
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 03c72881..1f86c531 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -22,6 +22,8 @@ services:
environment:
LEMMY_FRONT_END_DIR: /app/dist
DATABASE_URL: postgres://rrr:rrr@db:5432/rrr
+ JWT_SECRET: changeme
+ HOSTNAME: rrr
restart: always
depends_on:
db: