Skip to content

Commit

Permalink
add env variables (SL_LOG_LEVEL,SL_API_HTTP_FRONT_URL)
Browse files Browse the repository at this point in the history
  • Loading branch information
malek0x1 committed Dec 20, 2024
1 parent 0c2388a commit 508f450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ services:
- SL_API_GIT_COMMAND_ROOT=/git
- SL_API_SECURE=false
- SL_API_SESSION_AS_HEADER=true
- SL_API_HTTP_FRONT_URL=http://starlake-ui
- SL_API_HTTP_FRONT_URL=${SL_API_HTTP_FRONT_URL:-http://starlake-ui}
- SL_API_HTTP_INTERFACE=0.0.0.0
- SL_API_HTTP_PORT=9000
- SL_LOG_LEVEL=info
- SL_LOG_LEVEL=${SL_LOG_LEVEL:-info}
- SL_API_JDBC_DRIVER=org.postgresql.Driver
- SL_API_JDBC_USER=${SL_POSTGRES_USER:-dbuser}
- SL_API_JDBC_PASSWORD=${SL_POSTGRES_PASSWORD:-dbuser123}
Expand Down

0 comments on commit 508f450

Please sign in to comment.