feat(docker): prod, fix misc
This commit is contained in:
parent
185ffe6e33
commit
931e166c80
2 changed files with 3 additions and 3 deletions
|
@ -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 && \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue