Compare commits

...

2 Commits

Author SHA1 Message Date
giles
bee3f0372b Merge branch 'main' of https://git.rose-ash.com/art-dag/activity-pub 2026-01-07 15:42:17 +00:00
giles
51c86878af feat: add JWT secret via env_file, gitignore .env 2026-01-07 15:41:59 +00:00
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@@ -6,3 +6,6 @@ venv/
# Private keys - NEVER commit these
*.pem
keys/
# Secrets
.env

View File

@@ -3,6 +3,8 @@ version: "3.8"
services:
l2-server:
image: git.rose-ash.com/art-dag/l2-server:latest
env_file:
- .env
environment:
- ARTDAG_DOMAIN=artdag.rose-ash.com
- ARTDAG_USER=giles