diff options
author | Tristan Storch <tstorch@math.uni-bielefeld.de> | 2014-08-29 18:20:15 +0200 |
---|---|---|
committer | Tristan Storch <tstorch@math.uni-bielefeld.de> | 2014-08-31 21:00:19 +0200 |
commit | d1a2228f1cc1b0bec7023d226077e4002c07112a (patch) | |
tree | 7eed4c06a198972dd907806bb1df8c3c2f1a45d5 /docker/blocks/w_none/fig | |
parent | 2886eb76b69102f7c2fc7db3516567c677148057 (diff) | |
download | gitea-d1a2228f1cc1b0bec7023d226077e4002c07112a.tar.gz gitea-d1a2228f1cc1b0bec7023d226077e4002c07112a.zip |
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.
Diffstat (limited to 'docker/blocks/w_none/fig')
-rw-r--r-- | docker/blocks/w_none/fig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/blocks/w_none/fig b/docker/blocks/w_none/fig new file mode 100644 index 0000000000..c0fed209d6 --- /dev/null +++ b/docker/blocks/w_none/fig @@ -0,0 +1,4 @@ +gogs: + build: docker + ports: + - "3000:3000" |