Staffjoy Elastic Beanstalk Deploy Script

February 28, 2017 ยท View on GitHub

{ AWSEBDockerrunVersion: "1", Authentication: { Bucket: "staffjoy-deploy", Key: "docker.cfg" }, Image: { Name: "staffjoy/app:TAG", Update: "true" }, Ports: [ { ContainerPort: "80" } ], Volumes: [ { HostDirectory: "/var/app/mydb", ContainerDirectory: "/etc/mysql" } ], Logging: "/var/log/nginx" }