pwt-final-countdown/docker-compose.yml
surtur d63715392e
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2020-12-17 14:53:05 +01:00

17 lines
300 B
YAML

version: '3.8'
services:
netcorezapocetp-dev:
build:
context: .
dockerfile: Dockerfile.dev
ports:
- 127.0.0.1:8001:5000
volumes:
- $PWD:/src
environment:
ASPNETCORE_ENVIRONMENT: Development
restart: always
cap_drop:
- NET_ADMIN
- SYS_ADMIN