Switch to using outline from dockerhub

This commit is contained in:
Marcus Noble 2021-05-12 13:42:10 +01:00
parent f389e0b715
commit 8b5982af70
1 changed files with 9 additions and 6 deletions

View File

@ -65,13 +65,16 @@ spec:
- containerPort: 6379 - containerPort: 6379
name: redis name: redis
- name: outline - name: outline
image: docker.cluster.fun/averagemarcus/outline:latest image: outlinewiki/outline:version-0.55.0 # docker.cluster.fun/averagemarcus/outline:latest
imagePullPolicy: Always imagePullPolicy: Always
command: # command:
- sh # - sh
- -c # - -c
- | # - |
sleep 10 && yarn sequelize db:migrate && yarn build && yarn start # sleep 10 && yarn sequelize db:migrate --env=production-ssl-disabled && yarn build && yarn start
env:
- name: PGSSLMODE
value: disable
ports: ports:
- containerPort: 3000 - containerPort: 3000
name: web name: web