fix host
This commit is contained in:
@@ -20,6 +20,7 @@ spec:
|
||||
image: outlinewiki/outline:0.82.0
|
||||
ports:
|
||||
- containerPort: 8089
|
||||
command: ["/bin/sh", "-c", "HOST=0.0.0.0 node ./build/server/index.js"]
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: outline-secrets
|
||||
|
||||
@@ -10,8 +10,6 @@ stringData:
|
||||
DATABASE_URL: postgres://outline:ULYpprqxQeS2rSBXF8NxEr4FhJkUAwhWJtkwZij6XwBDSvUUKeAifBBG885fPSmd@postgres-base-rw.postgres/outlinedb
|
||||
REDIS_URL: redis://redis-lb.redis.svc.cluster.local:6379
|
||||
URL: https://outline.panic.haus
|
||||
HOST: "0.0.0.0"
|
||||
PORT: "8089"
|
||||
PGSSLMODE: disable
|
||||
AWS_ACCESS_KEY_ID: rjtPFRp52DgmWb4kdsyiFKjtBMxYSaow
|
||||
AWS_SECRET_ACCESS_KEY: kabSK8RXcONjO8I7GNfJ03WMueJ7fk6z
|
||||
|
||||
Reference in New Issue
Block a user