mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add database connection filename to Ghost deployment
This commit is contained in:
@@ -24,6 +24,8 @@ spec:
|
||||
env:
|
||||
- name: database__client
|
||||
value: sqlite3
|
||||
- name: database__connection__filename
|
||||
value: /var/lib/ghost/content/data/ghost.db
|
||||
- name: NODE_ENV
|
||||
value: production
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user