From f319be259df6b7ac73bf6d5e04df488e9a0d36c2 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 12 Jun 2025 14:17:05 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- .gitignore | 3 +++ docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 026407a4c..785be26c5 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,6 @@ dmypy.json # Cython debug symbols cython_debug/ + +# sintonia +docker/sintonia-webapp/laravel/.env.production \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index d480c114b..e18e92b84 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -118,7 +118,7 @@ services: - libretime_storage:/srv/libretime - libretime_assets:/var/www/html - sintonia_assets:/var/www/sintonia_webapp - - docker/sintonia-webapp/laravel/.env.production.example:/var/www/sintonia_webapp/.env + - ${SINTONIA_CONFIG_FILEPATH:-./.env.production}:/var/www/sintonia_webapp/.env # environment: # APP_NAME: ${SINTONIA_APP_NAME:-libretime} # APP_URL: ${SINTONIA_APP_URL:-127.0.0.1:9876}