chore: add comment to dev compose file

This commit is contained in:
Emrik Östling
2026-01-11 17:46:56 +01:00
parent c3f17cc5a7
commit bb751163ba
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# This compose file is for development and testing purposes only. See README for production deployment instructions.
services:
convertx:
build:

View File

@@ -2,5 +2,5 @@
bun = "1.2.2"
[env]
JWT_SECRET = "JustForDevelopmentPurposesOnlyChangeMeInProduction!"
JWT_SECRET = "aLongAndSecretStringUsedToSignTheJSONWebToken1234"
FFMPEG_OUTPUT_ARGS = "-preset veryfast -threads 2"