12 lines
278 B
YAML
12 lines
278 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
qrcodeservice:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
- ConnectionStrings__Default=server=mariadb;user=root;password=root;database=qrcode
|
|
ports:
|
|
- 5001:80
|
|
mariadb:
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=root |