Some checks failed
Release production image / production-image (push) Has been cancelled
15 lines
567 B
Plaintext
15 lines
567 B
Plaintext
# Copy this file to .env and replace both required keys before starting.
|
|
# Generate each independently with: openssl rand -hex 32
|
|
CONDUCTOR_SECRET_KEY=replace-with-64-hex-characters
|
|
CONDUCTOR_SESSION_KEY=replace-with-an-independent-random-value-at-least-32-bytes
|
|
|
|
CONDUCTOR_IMAGE=gitea.skeletonworks.online/vwiebe/conductor
|
|
CONDUCTOR_VERSION=v0.1.0
|
|
CONDUCTOR_BIND_ADDRESS=0.0.0.0
|
|
CONDUCTOR_PORT=8080
|
|
CONDUCTOR_MEM_LIMIT=1g
|
|
CONDUCTOR_CPUS=1.5
|
|
|
|
# Optional comma-separated exact origins permitted by the proxy's internal-origin policy.
|
|
CONDUCTOR_PROXY_INTERNAL_ORIGINS=
|