chore: Update Ray configuration and Dockerfile
This commit is contained in:
parent
fccd31009c
commit
ba0e29aaf4
1 changed files with 3 additions and 1 deletions
|
|
@ -21,8 +21,10 @@ DB_PASSWORD=password
|
||||||
DB_HOST=host.docker.internal
|
DB_HOST=host.docker.internal
|
||||||
DB_PORT=5432
|
DB_PORT=5432
|
||||||
|
|
||||||
#Set custom ray port
|
# Ray Configuration
|
||||||
|
# Set to true to enable Ray
|
||||||
RAY_ENABLED=false
|
RAY_ENABLED=false
|
||||||
|
# Set custom ray port
|
||||||
RAY_PORT=
|
RAY_PORT=
|
||||||
|
|
||||||
# Special Keys for Andras
|
# Special Keys for Andras
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue