Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Andrew Nesbitt 9a863c019b Add redis to docker-compose configs 2018-03-18 11:49:03 +00:00
Manackkel 684f949424 Fix database username env variable for stable release 2018-01-10 15:09:17 +01:00
Andrew Nesbitt 0b79c9ff14
Use official docker image 2017-09-01 16:36:55 +01:00
Mhd Zaher Ghaibeh cf422fda79 Adding more info about using docker (#434)
* make sure the docker image will work as stand alone

without definining the command the image will not work and we will have to supply the command inside `docker-compose.yml` for exmaple, this make sure that the image is indepemdant

* use this file for development

so when you run the command you will need to provide the file name too

* example .env file for docker

* apply the changes to make simple to modify

1- and using this default file you will always pull the latest image from docker hub and not build it locally.

2- I added the volumes so that your postgres data wont be lost when you delete the container by mistake

* make it simpler for development

* adding more info about how to use docker in production

* missing word

* adding more details about using docker-compose

* fix a small typo

* remove the links in docker

as it will be soon deprecated, now we depend on the networks, also added a small note about those who wants to help developing the project.
2017-09-01 16:23:47 +01:00
Andrew Nesbitt dc896cd9ae No need to install test dependencies in the docker image (#358) 2017-05-08 16:35:23 +01:00
Andrew Nesbitt 84f8ca8a0e
Remove memcached dependency 2017-01-09 13:57:47 +00:00
Andrew Nesbitt 0a08f4f8e7
Add memcached config to docker-compose.yml 2016-12-31 11:42:03 +00:00
Ben Firshman 80f7e71fc7
Improve Docker development environment
- Wait for database to start on boot so only a single command is
  needed.
- Tidied up readme.
- Explicitly specify build steps instead of using onbuild so
  the apt package cache isn't busted by new code.
- Rename built image to be "octobox"
2016-12-24 18:43:19 +00:00
Raphaël Pinson 4bfa327657
Use GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET in docker-compose.yml 2016-12-19 18:52:51 +01:00
Hector Castro 972a88a6a3
Rename environment variables 2016-12-18 17:58:37 -05:00
Hector Castro 15dfa52756
Add support for Docker Compose development environment
Include the Docker configuration files necessary to support a PostgreSQL backed
instance of the application running on Ruby 2.3.
2016-12-18 17:58:11 -05:00