Skip to content

Instantly share code, notes, and snippets.

@satish860
Last active March 17, 2023 06:33
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 satish860/0b8e296832e451ec8ce10b899011804b to your computer and use it in GitHub Desktop.
Save satish860/0b8e296832e451ec8ce10b899011804b to your computer and use it in GitHub Desktop.
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