Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save domingoladron/ccb3884d32acadcf0338760c483948a5 to your computer and use it in GitHub Desktop.
Save domingoladron/ccb3884d32acadcf0338760c483948a5 to your computer and use it in GitHub Desktop.
aspnetcore.toggleauth.docker-compose.yml
version: "3.4"
services:
price-predict:
image: my-api
build:
context: .
dockerfile: My.Api/LOCAL.Dockerfile
environment:
- ASPNETCORE_ENVIRONMENT=Development
- AUTHENTICATION_ENABLED=true|false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment