This commit is contained in:
Marcus Noble 2021-09-11 13:38:25 +01:00
commit 993e515eb2
1 changed files with 7 additions and 5 deletions

View File

@ -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