Skip to content

Instantly share code, notes, and snippets.

@mehmetcantas
Created June 20, 2020 18:46
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/ed34f4e92b27e7487fbdc886f6bb7883 to your computer and use it in GitHub Desktop.
Save mehmetcantas/ed34f4e92b27e7487fbdc886f6bb7883 to your computer and use it in GitHub Desktop.
Sample Dev Docker Compose File
version: "3.7"
services:
docker_api:
environment:
- CONNECTION_STRING=Server=222.333.4.5;Database=DevelopmentDatabase;User Id=sa;Password=dev-12345;MultipleActiveResultSets=True
- JWT_SECRET=development-jwt-secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment