commit | 3cd3d9091d37f6acfc44bf8917cb616c63c3d5d5 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | 9bb401b1f38663a0b5ca2e5bfc830a39b1f9f282 |
Initial commit
diff --git a/metadata/service/server/single.yml b/metadata/service/server/single.yml new file mode 100644 index 0000000..100c5f6 --- /dev/null +++ b/metadata/service/server/single.yml
@@ -0,0 +1,10 @@ +applications: +- redis +parameters: + redis: + server: + enabled: true + bind: + address: 0.0.0.0 + port: 6379 + protocol: tcp