mirror of
https://github.com/we-promise/sure.git
synced 2026-06-05 02:39:04 +00:00
* Wire conversation history through OpenAI responses API * Fix RuboCop hash brace spacing in assistant tests * Pipelock ignores * Batch fixes --------- Co-authored-by: sokiee <sokysrm@gmail.com>
This commit is contained in:
@@ -130,7 +130,7 @@ services:
|
||||
- POSTGRES_HOST=db
|
||||
- POSTGRES_DB=${POSTGRES_DB:-sure_production}
|
||||
- POSTGRES_USER=${POSTGRES_USER:-sure_user}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-sure_password}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-sure_password} # pipelock:ignore
|
||||
- SCHEDULE=@daily # Runs once a day at midnight
|
||||
- BACKUP_KEEP_DAYS=7 # Keeps the last 7 days of backups
|
||||
- BACKUP_KEEP_WEEKS=4 # Keeps 4 weekly backups
|
||||
|
||||
Reference in New Issue
Block a user