Skip to content

Instantly share code, notes, and snippets.

@slattery
Forked from travist/Dockerrun.config.json
Created July 3, 2017 20:11
Show Gist options
  • Save slattery/e37b37323a078c00ccc25c4fb34fb9d2 to your computer and use it in GitHub Desktop.
Save slattery/e37b37323a078c00ccc25c4fb34fb9d2 to your computer and use it in GitHub Desktop.
Form.io AWS Docker Deployment Configuration

This is the configuration file used to deploy a new Form.io deployment to Amazon AWS.

You will need to replace the Authentication Bucket and Key to your S3 bucket and filename of your authentication file.

See https://help.form.io/developer/deployments/#aws for more information.

{
"AWSEBDockerrunVersion": "1",
"Authentication": {
"Bucket": "formio-docker",
"Key": ".dockercfg"
},
"Image": {
"Name": "formio/formio-server:latest",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "80"
}
],
"Logging": "/var/log/nodejs"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment