Skip to content

Commit

Permalink
Merge pull request #226 from supportpal/5.x
Browse files Browse the repository at this point in the history
[Automated] Merge 5.x into master
  • Loading branch information
bytestream authored Dec 10, 2024
2 parents 09c02f0 + 29f2cec commit 39a45a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MEILISEARCH_SERVICE_NAME=meilisearch
QDRANT_SERVICE_NAME=qdrant

# Misc
APP_VERSION=5.5.0
APP_VERSION=5.5.1

# Secrets
CONFIGURATOR_VERSION=latest
Expand Down
2 changes: 1 addition & 1 deletion templates/docker-monolithic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
supportpal:
container_name: supportpal
image: 'public.ecr.aws/supportpal/helpdesk-monolithic:5.5.0'
image: 'public.ecr.aws/supportpal/helpdesk-monolithic:5.5.1'
restart: always
stop_grace_period: 60s
ports:
Expand Down
2 changes: 1 addition & 1 deletion templates/docker-monolithic/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ upgrade() {
update_volumes
update_env
update_compose_files
docker compose up -d
COMPOSE_PARALLEL_LIMIT=1 docker compose up -d
echo
echo "Upgrade complete!"
}
Expand Down

0 comments on commit 39a45a1

Please sign in to comment.