containerDiskInGb
10
for a 10 GB disk size.dockerArgs
sleep infinity
to run the container in the background.env
{"DATABASE_URL": "postgres://user:password@localhost/dbname"}
.imageName
"nginx:latest"
for the latest version of the Nginx image.name
"my-app-container"
.volumeInGb
5
for a 5GB persistent volume.