Bumped outline
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
d8f0aedf50
commit
964b1b9cfb
@ -45,20 +45,15 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: outline
|
- name: outline
|
||||||
image: outlinewiki/outline:0.68.1
|
image: outlinewiki/outline:0.69.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
sleep 10
|
|
||||||
yarn db:migrate --env=production-ssl-disabled
|
|
||||||
yarn start
|
|
||||||
env:
|
env:
|
||||||
- name: ALLOWED_DOMAINS
|
- name: ALLOWED_DOMAINS
|
||||||
value: marcusnoble.co.uk,namelessplanet.com,paradoxfox.shop
|
value: marcusnoble.co.uk,namelessplanet.com,paradoxfox.shop
|
||||||
- name: OIDC_SCOPES
|
- name: OIDC_SCOPES
|
||||||
value: "openid profile email"
|
value: "openid profile email"
|
||||||
|
- name: PGSSLMODE
|
||||||
|
value: "disable"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: web
|
name: web
|
||||||
|
Loading…
Reference in New Issue
Block a user