Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created August 15, 2022 01:35
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 jesulink2514/dd7f9bac4e3dd4a466fd20d7701b5f0d to your computer and use it in GitHub Desktop.
Save jesulink2514/dd7f9bac4e3dd4a466fd20d7701b5f0d to your computer and use it in GitHub Desktop.
initial docker-compose e2e test API
version: '3.4'
services:
sampleapi:
image: sampleapi
build:
context: .
dockerfile: sample-api/Dockerfile
ports:
- 8080:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment