Fix Docuseal crash: remove invalid DATABASE_URL, let it default to SQLite
This commit is contained in:
@@ -26,8 +26,6 @@ spec:
|
|||||||
key: secret_key_base
|
key: secret_key_base
|
||||||
- name: FORCE_SSL
|
- name: FORCE_SSL
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: DATABASE_URL
|
|
||||||
value: sqlite3:///data/docuseal.sqlite3
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user