Switch to using outline from dockerhub
This commit is contained in:
parent
f389e0b715
commit
8b5982af70
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user