services: webzine.webapplication: image: webzine.webapplication build: context: . ports: - "8080:8080" environment: - ConnectionStrings__PostGreSQLConnection=${PGSQL_CONNECTION}