Skip to content

Instantly share code, notes, and snippets.

@mehmetcantas
Last active June 20, 2020 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehmetcantas/c709d73689c57773dd7b9ab0f50e9b34 to your computer and use it in GitHub Desktop.
Save mehmetcantas/c709d73689c57773dd7b9ab0f50e9b34 to your computer and use it in GitHub Desktop.
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