mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 21:01:57 +03:00
docker-demo-2
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"essential": true,
|
||||
"memory": 256,
|
||||
"name": "myapp",
|
||||
"cpu": 256,
|
||||
"image": "${REPOSITORY_URL}:1",
|
||||
"workingDirectory": "/app",
|
||||
"command": ["npm", "start"],
|
||||
"portMappings": [
|
||||
{
|
||||
"containerPort": 3000,
|
||||
"hostPort": 3000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user