Created
March 17, 2020 01:43
-
-
Save domingoladron/ccb3884d32acadcf0338760c483948a5 to your computer and use it in GitHub Desktop.
aspnetcore.toggleauth.docker-compose.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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