functions: DB -> DB_URL / MQ -> MQ_URL and related docs (#258)

This commit is contained in:
C Cirello
2016-11-10 02:02:32 +01:00
committed by Travis Reeder
parent c0a6002266
commit 4e41cac6e2
6 changed files with 14 additions and 14 deletions

View File

@@ -108,8 +108,8 @@ $ docker run -d --name functions-00 \
--network=functions-network \
-p 8080:8080 \
-v /var/run/docker.sock:/var/run/docker.sock \
-e 'MQ=redis://functions-redis' \
-e 'DB=postgres://postgres:mysecretpassword@functions-postgres/?sslmode=disable' \
-e 'MQ_URL=redis://functions-redis' \
-e 'DB_URL=postgres://postgres:mysecretpassword@functions-postgres/?sslmode=disable' \
iron/functions
```