fix: injects TMDB API token in build
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 13s

This commit is contained in:
Brock H Caldwell
2026-03-01 21:57:02 -06:00
parent 9a0b0443d4
commit bd6918abd1
6 changed files with 20 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ services:
- mysql:/var/lib/mysql
env_file: .env
healthcheck:
test: [ "CMD", "mysqladmin", "-u", "${MYSQL_USER}", "-p", "${MYSQL_PASSWORD}" ,"ping", "-h", "localhost" ]
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ]
interval: 5s
timeout: 5s
retries: 10