Implemented requested changes

* Made docker images specific
* Added STORAGE_DRIVER question to rancher-compose

In addition:

* Updated README with important usage note concerning email confirmation
This commit is contained in:
Zicklag
2018-01-25 11:58:38 -06:00
parent e8be8a93c7
commit c48f195575
3 changed files with 12 additions and 4 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ services:
io.rancher.container.pull_image: always
huginn-web:
image: huginn/huginn-single-process
image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a
restart: always
environment:
DATABASE_ADAPTER: postgresql
@@ -46,7 +46,7 @@ services:
io.rancher.container.pull_image: always
huginn-agent-runner:
image: huginn/huginn-single-process
image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a
restart: always
environment:
DATABASE_ADAPTER: postgresql
@@ -78,7 +78,7 @@ services:
command: /scripts/init bin/agent_runner.rb
huginn-delayed-job:
image: huginn/huginn-single-process
image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a
restart: always
environment:
DATABASE_ADAPTER: postgresql