Skip to content

Commit

Permalink
Forward debug setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed Nov 13, 2024
1 parent 5d4e327 commit fc31d68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
SHPAGA_TELEGRAM_TOKEN: "${SHPAGA_TELEGRAM_TOKEN}"
SHPAGA_CTFTIME_CLIENT_ID: "${SHPAGA_CTFTIME_CLIENT_ID}"
SHPAGA_CTFTIME_REDIRECT_URL: "${SHPAGA_CTFTIME_REDIRECT_URL}"
SHPAGA_DEBUG: "${SHPAGA_DEBUG}"

api:
build:
Expand All @@ -21,6 +22,7 @@ services:
SHPAGA_CTFTIME_CLIENT_ID: "${SHPAGA_CTFTIME_CLIENT_ID}"
SHPAGA_CTFTIME_CLIENT_SECRET: "${SHPAGA_CTFTIME_CLIENT_SECRET}"
SHPAGA_CTFTIME_REDIRECT_URL: "${SHPAGA_CTFTIME_REDIRECT_URL}"
SHPAGA_DEBUG: "${SHPAGA_DEBUG}"
ports:
- "${EXTERNAL_API_PORT:-80}:8080"

Expand Down

0 comments on commit fc31d68

Please sign in to comment.