Clean up the dockerfile a bit

This commit is contained in:
Jon Staab
2026-06-03 15:32:48 -07:00
parent 43eaad1621
commit 5f8b08e02c
4 changed files with 39 additions and 36 deletions
-2
View File
@@ -20,9 +20,7 @@ docker run -d \
-e RELAY_DOMAIN=example.com \
-e APP_URL=https://example.com \
-e ZOOID_API_URL=http://zooid:3334 \
-e DATABASE_URL=sqlite://data/caravel.db \
-e SERVER_URL=https://api.example.com \
-e SERVER_PORT=2892 \
-e SERVER_ADMIN_PUBKEYS=<your-hex-pubkey> \
-e SERVER_ALLOW_ORIGINS=https://example.com \
-e ROBOT_SECRET=<hex-nostr-secret-key> \