docs: remove redis from docker compose example (#760)
This commit is contained in:
parent
7e458f98b4
commit
42ef4f5297
@ -17,7 +17,6 @@ services:
|
|||||||
image: requarks/wiki:beta
|
image: requarks/wiki:beta
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
|
||||||
environment:
|
environment:
|
||||||
PORT: 3000 # DO NOT CHANGE! Use ports below to specify listening port.
|
PORT: 3000 # DO NOT CHANGE! Use ports below to specify listening port.
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
@ -26,10 +25,6 @@ services:
|
|||||||
DB_USER: wikijs
|
DB_USER: wikijs
|
||||||
DB_PASS: wikijsrocks
|
DB_PASS: wikijsrocks
|
||||||
DB_NAME: wiki
|
DB_NAME: wiki
|
||||||
REDIS_HOST: redis
|
|
||||||
REDIS_PORT: 6379
|
|
||||||
REDIS_DB: 0
|
|
||||||
REDIS_PASS: ''
|
|
||||||
networks:
|
networks:
|
||||||
- wikinet
|
- wikinet
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user