Skip to content

Commit

Permalink
Merge pull request #313 from georchestra/rbmq-limited
Browse files Browse the repository at this point in the history
Limit Rbmq disk limit and update import healthcheck
  • Loading branch information
f-necas authored Dec 13, 2024
2 parents 47ea1bb + 66cf3ef commit 93b3137
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 @@ -327,7 +327,7 @@ services:
import:
image: georchestra/datafeeder-frontend:latest
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 @@ -407,6 +407,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 93b3137

Please sign in to comment.