-
-
Save mehmetcantas/ed34f4e92b27e7487fbdc886f6bb7883 to your computer and use it in GitHub Desktop.
Sample Dev Docker Compose File
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: | |
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