The snikket_server image includes a TURN server that is enabled by default (SNIKKET_TWEAK_TURNSERVER=1). A separate coturn container conflicts on port 3478 and adds unnecessary complexity for a standard deployment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
# S3 Upload Handler secrets
|
|
UPLOAD_SECRET=change-me
|
|
AWS_ACCESS_KEY_ID=change-me
|
|
AWS_SECRET_ACCESS_KEY=change-me
|
|
|
|
# PostgreSQL secrets
|
|
POSTGRES_PASSWORD=change-me
|