Files
band/docker-compose.yaml
2025-09-05 19:56:32 -07:00

10 lines
191 B
YAML

services:
webapp:
container_name: band
build:
context: .
dockerfile: Dockerfile
ports:
- "5006:5001"
environment:
- ASPNETCORE_ENVIRONMENT=Production