Files
ltbxd-actorle/config/parameters.yml
thibaud-leclere 21b0f681be
Some checks failed
Build and Push Docker Images / Build app image (push) Failing after 3m4s
Build and Push Docker Images / Build database image (push) Failing after 15s
chore(docker): dockerize app, add workflow to push image on gitea registry
2026-03-28 09:22:47 +01:00

12 lines
404 B
YAML

parameters:
postgres_version: "%env(POSTGRES_VERSION)%"
postgres_host: "%env(POSTGRES_HOST)%"
postgres_port: "%env(int:POSTGRES_PORT)%"
postgres_db: "%env(POSTGRES_DB)%"
postgres_user: "%env(POSTGRES_USER)%"
postgres_password: "%env(POSTGRES_PASSWORD)%"
tmdb_host: "https://api.themoviedb.org/3"
ltbxd_watched_file: "%kernel.project_dir%/public/files/ltbxd/watched.csv"