Clear all blockers: payment tested, CI/CD secrets added, status launch-ready
This commit is contained in:
parent
33b1489e6c
commit
0ab4afd398
94 changed files with 10014 additions and 931 deletions
13
projects/business/src/pdf-api/logrotate-docfast
Normal file
13
projects/business/src/pdf-api/logrotate-docfast
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/var/log/docfast/*.log {
|
||||
daily
|
||||
rotate 7
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
create 644 root root
|
||||
postrotate
|
||||
# Restart docker container to reopen log files
|
||||
docker restart docfast-docfast-1 >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue