Rename SCSt schema registry sample (#2500)

This commit is contained in:
Chris Bono
2022-08-29 19:30:14 -05:00
committed by GitHub
parent d38f57e06a
commit 449e6f83d8
22 changed files with 204 additions and 182 deletions

View File

@@ -0,0 +1,14 @@
version: '3'
services:
postgres:
image: postgres:10
container_name: schema-registry-postgres
restart: always
environment:
POSTGRES_DB: registry
POSTGRES_USER: root
POSTGRES_PASSWORD: rootpw
expose:
- 5432
ports:
- 5432:5432