feat: add JWT secret via env_file, gitignore .env
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,3 +6,6 @@ venv/
|
|||||||
# Private keys - NEVER commit these
|
# Private keys - NEVER commit these
|
||||||
*.pem
|
*.pem
|
||||||
keys/
|
keys/
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
.env
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
l2-server:
|
l2-server:
|
||||||
image: git.rose-ash.com/art-dag/l2-server:latest
|
image: git.rose-ash.com/art-dag/l2-server:latest
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- ARTDAG_DOMAIN=artdag.rose-ash.com
|
- ARTDAG_DOMAIN=artdag.rose-ash.com
|
||||||
- ARTDAG_USER=giles
|
- ARTDAG_USER=giles
|
||||||
|
|||||||
Reference in New Issue
Block a user