Initial RequestResource
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user