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:
|
||||
containers:
|
||||
- name: outline
|
||||
image: outlinewiki/outline:0.68.1
|
||||
image: outlinewiki/outline:0.69.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- |
|
||||
sleep 10
|
||||
yarn db:migrate --env=production-ssl-disabled
|
||||
yarn start
|
||||
env:
|
||||
- name: ALLOWED_DOMAINS
|
||||
value: marcusnoble.co.uk,namelessplanet.com,paradoxfox.shop
|
||||
- name: OIDC_SCOPES
|
||||
value: "openid profile email"
|
||||
- name: PGSSLMODE
|
||||
value: "disable"
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
name: web
|
||||
|
Loading…
Reference in New Issue
Block a user