9 lines
216 B
YAML
9 lines
216 B
YAML
services:
|
|
webzine.webapplication:
|
|
image: webzine.webapplication
|
|
build:
|
|
context: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- ConnectionStrings__PostGreSQLConnection=${PGSQL_CONNECTION} |