From 4bec559bfdf4f4033db8762788e9a08f0f3761b3 Mon Sep 17 00:00:00 2001 From: medina5 Date: Tue, 14 Oct 2025 09:56:55 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20RabbitMq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cocagne/jardin.sql | 6 +++--- compose.yaml | 3 ++- data/index.html | 27 +++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 data/index.html diff --git a/cocagne/jardin.sql b/cocagne/jardin.sql index b9232cf..c29a89b 100644 --- a/cocagne/jardin.sql +++ b/cocagne/jardin.sql @@ -382,11 +382,12 @@ create table composition create table article ( articles_id integer, - article text + article text, + agrimer int, prix_revient numeric(8, 2) ); -insert into article (article) values +insert into article (article, agrimer) values ('aubergine', 57231901), ('artichaut', 57221689), ('ail violet', 57225792), @@ -405,7 +406,6 @@ insert into article (article) values ('chou fleur', 453002), ('chou rave', 4740201), ('chou rouge', 2040201), -('claytone / pourpier'), ('concombre', 57222102), ('courge butternut', 57231340), ('courge potimarron', 57231297), diff --git a/compose.yaml b/compose.yaml index 0faf48f..57eeb3a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -342,7 +342,7 @@ services: - metabase rabbitmq: - image: rabbitmq:3.13-management + image: rabbitmq:4.1.4-management ports: - "5672:5672" # AMQP - "1883:1883" # MQTT @@ -430,6 +430,7 @@ volumes: prometheus: grafana: superset_home: + rabbitmq_data: configs: pgadmin_config: diff --git a/data/index.html b/data/index.html new file mode 100644 index 0000000..6618d8c --- /dev/null +++ b/data/index.html @@ -0,0 +1,27 @@ + + + + Scalar API Reference + + + + + +
+ + + + + + + +