Last active
March 17, 2023 06:33
-
-
Save satish860/0b8e296832e451ec8ce10b899011804b to your computer and use it in GitHub Desktop.
Sample Acorn file for Blog Post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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