diff --git a/circus.ini b/circus.ini index 8a91aca..2f4ebee 100644 --- a/circus.ini +++ b/circus.ini @@ -6,6 +6,7 @@ working_dir = /backend cmd = /usr/local/bin/uvicorn app:app --fd $(circus.sockets.web) use_sockets = True stderr_stream.class=StdoutStream +copy_env=True [socket:web] host = 0.0.0.0