]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - .gitattributes
Docker: move Dockerfiles to the main repository 423/head
authorVirtualTam <virtualtam@flibidi.net>
Thu, 24 Dec 2015 16:17:46 +0000 (17:17 +0100)
committerVirtualTam <virtualtam@flibidi.net>
Sat, 2 Jan 2016 18:01:33 +0000 (19:01 +0100)
commit453f4653c325dc23193e16432170bf634c42e8a2
treee74568a125834e977725fe992f458e7739d2c57a
parent0baf7842fc0cf4cbd5ca2b8c5ae6dc7a59c07700
Docker: move Dockerfiles to the main repository

Relates to #420

Fixes:
- [all] remove Nginx' 'server_name' attribute
- [dev] create the phpinfo() script from the Dockerfile

Modifications:
- [all] remove documentation/guide (to be added to the wiki)
- [all] update maintainer information
- [prod] differentiate 'master' (:latest) and 'stable' (:stable) images

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
14 files changed:
.gitattributes
docker/.htaccess [new file with mode: 0644]
docker/development/Dockerfile [new file with mode: 0644]
docker/development/IMAGE.md [new file with mode: 0644]
docker/development/nginx.conf [new file with mode: 0644]
docker/development/supervised.conf [new file with mode: 0644]
docker/production/Dockerfile [new file with mode: 0644]
docker/production/IMAGE.md [new file with mode: 0644]
docker/production/nginx.conf [new file with mode: 0644]
docker/production/stable/Dockerfile [new file with mode: 0644]
docker/production/stable/IMAGE.md [new file with mode: 0644]
docker/production/stable/nginx.conf [new file with mode: 0644]
docker/production/stable/supervised.conf [new file with mode: 0644]
docker/production/supervised.conf [new file with mode: 0644]