Browse Source

add in a env variable for the secret

master
Quildra 12 months ago
parent
commit
d9922e7d1f
  1. 2
      origindex-docker-compose.yml

2
origindex-docker-compose.yml

@ -20,3 +20,5 @@ services:
# Map it to 3000 on the host if you want direct access (bypassing Traefik).
ports:
- "151:5000"
environment:
- JWT_SECRET=${JWT_SECRET}

Loading…
Cancel
Save