From 931e166c807cdf9a3731bf2ad46b4ba54ebe7926 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Jun 2025 16:23:58 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44bb17027..f7542aadf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -421,7 +421,7 @@ USER $sintonia_user WORKDIR /var/www/sintonia_webapp RUN cron && \ - git clone --branch dev --single-branch https://armadio.congegni.net/sintonia_webapp && \ + git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp && \ cd sintonia_webapp && \ /home/$sintonia_user/composer install --no-progress --no-interaction --no-autoloader && \ /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \ diff --git a/docker-compose.yml b/docker-compose.yml index b121b9648..93a2d53a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -108,8 +108,8 @@ services: - sintonia_node_version=${SINTONIA_NODE_VERSION} - sintonia_config_filepath=${SINTONIA_CONFIG_FILEPATH} - libretime_config_filepath=${LIBRETIME_CONFIG_FILEPATH} - image: sintonia-webapp-prod - container_name: sintonia-webapp-prod + image: sintonia-webapp-production + container_name: sintonia-webapp-production depends_on: - postgres - rabbitmq