OvRride Docker developement/production setup. Running this in production will require a separate docker file for overriding key variables.
##Urls:
- ovrride.dev
- rockawaybeachbus.dev
- Trusting self signed certs on os x
- Dnsmasq Setup install guide here
- The following environmental variables need to be set to run:
OVRGIT- The location of the main ovrride git repo
LISTSGIT- The location of the lists repo
RBBGIT- rockawaybeachbus repo location
AWS_ACCESS_KEY_ID- AWS access key for s3cmd to download pics and db backups
AWS_SECRET_ACCESS_KEY- AWS secret key for s3cmd to download pics and db backups
- On a linux system /etc/environment seems to be the best place to set these
docker-compose build ovr_codedocker-compose stop ovr_hhvm ovr_webdocker-compose rm -f ovr_web ovr_hhvm ovr_codedocker-compose up -d