aboutsummaryrefslogtreecommitdiff
path: root/dockerfiles
Commit message (Collapse)AuthorAge
* Update README.mdcrystaldust2014-04-16
| | | Add the instruction of installing gogs with PostgreSQL
* Merge remote-tracking branch 'origin/master'Lance Ju2014-04-16
|\ | | | | | | | | Add the support of postgres as the database. (Config the db in the build.sh file, make the DB_TYPE to 'postgres').
| * Update README.mdcrystaldust2014-04-11
| | | | | | Update the guide of how to deploy gogs in docker with the scripts.
* | Add the apt source when installing potgres.Lance Ju2014-04-16
| | | | | | | | Replace the host with $DB_PORT, which is dependent to the database imagae's exposed port.
* | Replace the 'mysql' options with 'db' options in build.shLance Ju2014-04-16
| |
* | Add the line to replace the database type.Lance Ju2014-04-16
| | | | | | | | Replace the 'mysql' options with 'db' options, makeing the config according to the database type.
* | Build the database image by the variable DB_TYPE, but not mysql.Lance Ju2014-04-16
| |
* | Rename the posgresql to postgres, add the Dockerfile for postgres image.Lance Ju2014-04-16
|/
* Fix the path problem, which will build the mysql image as the gogits imageLance Ju2014-04-11
|
* Add the auto build scripts for deplying gogs with Docker.Lance Ju2014-04-11
|
* Add the scirpts for auto deploy.crystaldust2014-04-10
|
* Update README.mdMeaglith Ma2014-04-09
|
* Create README.mdMeaglith Ma2014-04-09
|
* Temp commitMeaglith Ma2014-04-06
|
* Update the Golang Dockerfile and add mysql DockerfileMeaglith Ma2014-04-01
|
* Init dockerfiles folder and base gogs DockerfileMeaglith Ma2014-04-01