Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acraven/77468e4bfc52bc686989a41fc4e22caa to your computer and use it in GitHub Desktop.
Save acraven/77468e4bfc52bc686989a41fc4e22caa to your computer and use it in GitHub Desktop.
version: "3"
services:
app:
build:
context: app
args:
version: 0.0.0
environment:
- KESTREL__ENDPOINTS__HTTP__URL=http://*:5000
- ASPNETCORE_ENVIRONMENT=Compose
outside-in.tests:
build:
context: outside-in.tests
environment:
- APP_URI=http://app:5000/
depends_on:
- app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment