Skip to content

Instantly share code, notes, and snippets.

@satish860
Last active March 17, 2023 06:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Sample Acorn file for Blog Post
containers: {
web:{
image:"widgetario/web:21.03"
ports: publish : "80/http",
}
"products-api":{
image:"widgetario/products-api:21.03"
ports: "80",
}
"stock-api":{
image:"widgetario/stock-api:21.03"
ports: "8080",
}
"products-db":{
image:"widgetario/products-db:21.03"
ports: "5432",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment