Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created February 28, 2024 22:28
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 dcomartin/3b39b43126ffc573da66835f94807613 to your computer and use it in GitHub Desktop.
Save dcomartin/3b39b43126ffc573da66835f94807613 to your computer and use it in GitHub Desktop.
"containerDefinitions": [
{
"name": "myApp",
"image": "myApp",
"environment": [
{
"name": "MYAPP_ENV",
"value": "Production"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment