summaryrefslogtreecommitdiff
path: root/compose.yaml
diff options
context:
space:
mode:
authorMatheus <matheus.guedes.mg.m@gmail.com>2025-10-31 22:09:32 -0300
committerMatheus <matheus.guedes.mg.m@gmail.com>2025-10-31 22:09:32 -0300
commit032a77c0b1a2e0e2c247f511c0dc6d2555e691fb (patch)
tree0b47dd25ac88e85b22dba156e9a1b3d8068d992b /compose.yaml
parentb4187a0c9a5eb2542c40918481698d02d3cbd099 (diff)
feat:Worker gravando no banco
O worker recebe um pacote JSON e escreve no banco.
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
index 549379a..9af60c6 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -30,6 +30,7 @@ services:
- mosquitto
depends_on:
- mosquitto
+ - postgres
postgres:
image: postgres:13
container_name: postgres