From: Sam Saffron Date: Sun, 1 Dec 2013 22:02:34 +0000 (-0800) Subject: don't include blog, do include docker manager X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b488838a0d02ede3997eba0505cff7c29a934a54;p=discourse_docker.git don't include blog, do include docker manager --- diff --git a/samples/standalone.yml b/samples/standalone.yml index e67e645..34ef3e6 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -33,3 +33,13 @@ volumes: - volume: host: /var/docker/data guest: /shared + +# you may use the docker manager to upgrade and monitor your docker image +# UI will be visible at http://yoursite.com/admin/docker +hooks: + after_code: + - exec: + cd: $home/plugins + cmd: + - mkdir -p plugins + - git clone https://github.com/discourse/docker_manager.git diff --git a/samples/web_only.yml b/samples/web_only.yml index 269567b..5c1a4b8 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -24,6 +24,9 @@ volumes: host: /home/sam/discourse_docker/shared guest: /shared + +# you may use the docker manager to upgrade and monitor your docker image +# UI will be visible at http://yoursite.com/admin/docker hooks: # you may import your key using launchpad if needed #after_sshd: @@ -33,5 +36,4 @@ hooks: cd: $home/plugins cmd: - mkdir -p plugins - - git clone https://github.com/SamSaffron/blog.git - git clone https://github.com/discourse/docker_manager.git