Skip to content

Instantly share code, notes, and snippets.

@jkrizanic
Last active September 3, 2020 06:55
Show Gist options
  • Save jkrizanic/926e41a6f0e83b4250129263268676d2 to your computer and use it in GitHub Desktop.
Save jkrizanic/926e41a6f0e83b4250129263268676d2 to your computer and use it in GitHub Desktop.
docker-compose template
version: "3"
services:
currency-exchange:
image: {amazon_ecr_registry}/docker-aws-lab_currency-exchange
ports:
- "8080:8080"
travel-expense:
image: {amazon_ecr_registry}/docker-aws-lab_travel-expense
ports:
- "8090:8090"
environment:
- CURRENCY_SERVICE_HOST=currency-exchange.dockerawslab.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment