version: '3' services: eshopwebmvc: image: eshopwebmvc build: context: . dockerfile: src/Web/Dockerfile environment: - ASPNETCORE_ENVIRONMENT=Development ports: - "5106:5106" networks: default: external: name: nat