mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +02:00
♻️ migrate postgresql to truenas jail + minio https
This commit is contained in:
@@ -3,7 +3,7 @@ web:
|
||||
port: ${CUSTOM_WEB_PORT}
|
||||
storage:
|
||||
type: postgres
|
||||
path: postgres://${INIT_POSTGRES_USER}:${INIT_POSTGRES_PASS}@${INIT_POSTGRES_HOST}:5432/${INIT_POSTGRES_DBNAME}?sslmode=disable
|
||||
path: postgres://${INIT_POSTGRES_USER}:${INIT_POSTGRES_PASS}@${INIT_POSTGRES_HOST}:5432/${INIT_POSTGRES_DBNAME}?sslmode=require
|
||||
caching: true
|
||||
metrics: true
|
||||
debug: false
|
||||
|
Reference in New Issue
Block a user