Last active
June 20, 2020 18:45
-
-
Save mehmetcantas/c709d73689c57773dd7b9ab0f50e9b34 to your computer and use it in GitHub Desktop.
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.7" | |
services: | |
docker_api: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
environment: | |
- CONNECTION_STRING=Server=192.168.0.2;Database=ProductionDatabase;User Id=sa;Password=12345;MultipleActiveResultSets=True | |
- JWT_SECRET=sample-jwt-secret | |
ports: | |
- 80:80 | |
networks: | |
api-network: | |
external: true | |
name: api-network |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment