Skip to content

Commit

Permalink
Merge pull request #315 from georchestra/backport/24.0/pr-313
Browse files Browse the repository at this point in the history
[24.0] Merge pull request #313 from georchestra/rbmq-limited
  • Loading branch information
f-necas authored Dec 13, 2024
2 parents 7f433b4 + 7b6a6ea commit 98c7283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ services:
import:
image: georchestra/datafeeder-frontend:24.0.x
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:80/ >/dev/null || exit 1"]
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:80/ >/dev/null || exit 1"]
interval: 30s
timeout: 10s
retries: 10
Expand Down Expand Up @@ -409,6 +409,7 @@ services:
- .envs-rabbitmq
environment:
- RABBITMQ_LOGS=-
- RABBITMQ_DISK_FREE_ABSOLUTE_LIMIT=1GB
volumes:
- 'rabbitmq_data:/bitnami/rabbitmq/mnesia'
restart: always
Expand Down

0 comments on commit 98c7283

Please sign in to comment.