Initial RequestResource

This commit is contained in:
2025-10-18 00:50:34 +02:00
parent a91b6267b9
commit a50503d212
7 changed files with 141 additions and 36 deletions

View File

@@ -27,8 +27,18 @@ services:
- redpanda_network
depends_on:
- redpanda-0
- postgres
#ports:
# - 8081:8081
postgres:
image: postgres
restart: always
# set shared memory limit when using docker compose
shm_size: 512mb
environment:
POSTGRES_PASSWORD: a552855c0d842e90895121cf614c31f950086cab
ports:
- 8081:8081
- "127.0.0.1:5432:5432"
redpanda-0:
command:
- redpanda