Merge branch 'master' of https://git.cluster.fun/averagemarcus/cluster.fun
This commit is contained in:
commit
993e515eb2
@ -67,14 +67,16 @@ spec:
|
|||||||
- name: outline
|
- name: outline
|
||||||
image: outlinewiki/outline:0.59.0
|
image: outlinewiki/outline:0.59.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
# command:
|
||||||
- sh
|
# - sh
|
||||||
- -c
|
# - -c
|
||||||
- |
|
# - |
|
||||||
sleep 10 && yarn sequelize db:migrate --env=production-ssl-disabled && yarn build && yarn start
|
# sleep 10 && yarn sequelize db:migrate --env=production-ssl-disabled && yarn build && yarn start
|
||||||
env:
|
env:
|
||||||
- name: PGSSLMODE
|
- name: PGSSLMODE
|
||||||
value: disable
|
value: disable
|
||||||
|
- name: ALLOWED_DOMAINS
|
||||||
|
value: marcusnoble.co.uk,marcusnoble.eu.auth0.com
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: web
|
name: web
|
||||||
|
Loading…
Reference in New Issue
Block a user