env file is optional

This commit is contained in:
rick 2025-03-07 22:51:07 +01:00
parent a4e7ae9ec1
commit 89cab71539
Signed by: Rick
GPG key ID: A2E7B6CA577C8F07

View file

@ -25,7 +25,9 @@ services:
CONDUWUIT_LOG: warn,state_res=warn
CONDUWUIT_ADDRESS: 0.0.0.0 # because in a container
env_file:
- .env
- path: .env
required: false
#cpuset: "0-4" # Uncomment to limit to specific CPU cores
ulimits: # conduwuit uses quite a few file descriptors, and on some systems it defaults to 1024, so you can tell docker to increase it
nofile: