forked from Botanical/BotanJS
Use a local redis instance
This commit is contained in:
parent
39ade9abe9
commit
0640442953
6
k8s.yaml
6
k8s.yaml
@ -19,7 +19,7 @@ spec:
|
|||||||
path: /srv/astrostorage
|
path: /srv/astrostorage
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: 192.168.80.4:32000/sites/astrojs:b00017
|
image: 192.168.80.4:32000/sites/astrojs:b00019
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: "/app/cache"
|
- mountPath: "/app/cache"
|
||||||
name: astrojs-cache
|
name: astrojs-cache
|
||||||
@ -30,8 +30,10 @@ spec:
|
|||||||
value: "production"
|
value: "production"
|
||||||
- name: RUN_MODE
|
- name: RUN_MODE
|
||||||
value: "web"
|
value: "web"
|
||||||
|
- name: redis
|
||||||
|
image: redis:6.0.8-alpine
|
||||||
- name: compiler
|
- name: compiler
|
||||||
image: 192.168.80.4:32000/sites/astrojs:b00017
|
image: 192.168.80.4:32000/sites/astrojs:b00018
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: "/app/cache"
|
- mountPath: "/app/cache"
|
||||||
name: astrojs-cache
|
name: astrojs-cache
|
||||||
|
@ -13,7 +13,7 @@ Cache = ${SiteRoot}/cache
|
|||||||
[BotanJS]
|
[BotanJS]
|
||||||
SrcDir = ${Paths:Runtime}/botanjs/src
|
SrcDir = ${Paths:Runtime}/botanjs/src
|
||||||
|
|
||||||
CeleryBroker = redis://:@astrop-redis.default:6379/9
|
CeleryBroker = redis://:@localhost:6379/9
|
||||||
|
|
||||||
ClosureCompiler = /opt/utils/closure.jar
|
ClosureCompiler = /opt/utils/closure.jar
|
||||||
YuiCompressor = /opt/utils/yuicompressor.jar
|
YuiCompressor = /opt/utils/yuicompressor.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user