Skip to content

Instantly share code, notes, and snippets.

@initcron
Created December 31, 2020 10:46
Show Gist options
  • Select an option

  • Save initcron/edc529358137fecdea95a289daa5d917 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/edc529358137fecdea95a289daa5d917 to your computer and use it in GitHub Desktop.
Simple Version of Docker Compose V1 Spec
ote:
image: xxxxx/vote:latest
ports:
- 5000:80
result:
image: xxxxx/result:latest
ports:
- 5001:4000
worker:
image: xxxxx/worker:latest
@mtilson
Copy link

mtilson commented Jun 2, 2021

L1: ote: -> vote:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment