]> source.dussan.org Git - gitea.git/commit
Docker mix and match setup
authorTristan Storch <tstorch@math.uni-bielefeld.de>
Fri, 29 Aug 2014 16:20:15 +0000 (18:20 +0200)
committerTristan Storch <tstorch@math.uni-bielefeld.de>
Sun, 31 Aug 2014 19:00:19 +0000 (21:00 +0200)
commitd1a2228f1cc1b0bec7023d226077e4002c07112a
tree7eed4c06a198972dd907806bb1df8c3c2f1a45d5
parent2886eb76b69102f7c2fc7db3516567c677148057
Docker mix and match setup

Rewrite of the docker setup. Now uses fig to manage containers and container
linkage. The base is a block based mix and match, which will give you the
possibility to easily test all configurations.
25 files changed:
docker/README.md [new file with mode: 0644]
docker/assemble_blocks.sh [new file with mode: 0755]
docker/blocks/docker_gogs/Dockerfile [new file with mode: 0644]
docker/blocks/docker_gogs_dev/Dockerfile [new file with mode: 0644]
docker/blocks/option_cache_memcache/config [new file with mode: 0644]
docker/blocks/option_cache_memcache/fig [new file with mode: 0644]
docker/blocks/option_cache_redis/config [new file with mode: 0644]
docker/blocks/option_cache_redis/fig [new file with mode: 0644]
docker/blocks/option_db_mysql/config [new file with mode: 0644]
docker/blocks/option_db_mysql/fig [new file with mode: 0644]
docker/blocks/option_db_postgresql/config [new file with mode: 0644]
docker/blocks/option_db_postgresql/fig [new file with mode: 0644]
docker/blocks/option_session_mysql/config [new file with mode: 0644]
docker/blocks/option_session_mysql/fig [new file with mode: 0644]
docker/blocks/w_cache/fig [new file with mode: 0644]
docker/blocks/w_cache_session/fig [new file with mode: 0644]
docker/blocks/w_db/fig [new file with mode: 0644]
docker/blocks/w_db_cache/fig [new file with mode: 0644]
docker/blocks/w_db_cache_session/fig [new file with mode: 0644]
docker/blocks/w_db_session/fig [new file with mode: 0644]
docker/blocks/w_none/fig [new file with mode: 0644]
docker/blocks/w_session/fig [new file with mode: 0644]
docker/docker/.gitkeep [new file with mode: 0644]
docker/templates/init_gogs.sh.tpl [new file with mode: 0644]
dockerfiles/README.md [deleted file]