mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 05:16:18 +10:00
14 lines
257 B
YAML
14 lines
257 B
YAML
version: '3'
|
|
services:
|
|
mysql:
|
|
image: mysql:5.7.25
|
|
container_name: schema-registry-mysql
|
|
environment:
|
|
MYSQL_DATABASE: registry
|
|
MYSQL_USER: root
|
|
MYSQL_ROOT_PASSWORD: rootpw
|
|
expose:
|
|
- 3306
|
|
ports:
|
|
- 3306:3306
|