diff options
author | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
---|---|---|
committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
commit | d1a2f978fb626c904fb1278c792d992ec4563acf (patch) | |
tree | e0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /examples/docker-minimal-separate/storage | |
parent | 4596485adffb636c014362bc982ee0b952c77f26 (diff) |
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'examples/docker-minimal-separate/storage')
-rw-r--r-- | examples/docker-minimal-separate/storage/Dockerfile | 10 | ||||
-rw-r--r-- | examples/docker-minimal-separate/storage/catlfish.config | 35 |
2 files changed, 0 insertions, 45 deletions
diff --git a/examples/docker-minimal-separate/storage/Dockerfile b/examples/docker-minimal-separate/storage/Dockerfile deleted file mode 100644 index 623b195..0000000 --- a/examples/docker-minimal-separate/storage/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM catlfish - -ADD catlfish.config /opt/catlfish/rel/ -ADD https /opt/catlfish/rel/https -RUN mkdir /opt/catlfish/rel/log - -WORKDIR /opt/catlfish/rel -EXPOSE 8081 - -CMD ["/usr/bin/supervisord"] diff --git a/examples/docker-minimal-separate/storage/catlfish.config b/examples/docker-minimal-separate/storage/catlfish.config deleted file mode 100644 index 4ff8626..0000000 --- a/examples/docker-minimal-separate/storage/catlfish.config +++ /dev/null @@ -1,35 +0,0 @@ -%% catlfish configuration file (-*- erlang -*-) -%% Start like this: -%% $ erl -boot start_sasl -config catlfish -run inets -[{sasl, - [{sasl_error_logger, false}, - {errlog_type, error}, - {error_logger_mf_dir, "log"}, - {error_logger_mf_maxbytes, 10485760}, % 10 MB - {error_logger_mf_maxfiles, 10}]}, - {catlfish, - [{known_roots_path, "known_roots"}, - {rejected_certs_path, "rejected"}, - {https_servers, - [{storage_https_api, "0.0.0.0", 8081, storage} - ]}, - {https_certfile, "https/certs/ct.cert.pem"}, - {https_keyfile, "https/keys/ct.key.pem"}, - {https_cacertfile, "https/certs/cas.pem"} - ]}, - {lager, - [{handlers, - [{lager_console_backend, info}, - {lager_file_backend, [{file, "log/error.log"}, {level, error}]}, - {lager_file_backend, [{file, "log/debug.log"}, {level, debug}]}, - {lager_file_backend, [{file, "log/console.log"}, {level, info}]} - ]} - ]}, - {plop, - [{entry_root_path, "db/certentries/"}, - {index_path, "db/index"}, - {newentries_path, "db/newentries"}, - {entryhash_root_path, "db/entryhash/"}, - {treesize_path, "db/treesize"}, - {indexforhash_root_path, "db/certindex/"} - ]}]. |