Skip to content
Snippets Groups Projects

feat(infra): déploie le serveur de développement sur les infras ecoCompose de la DINUM

Merged BITARD Michaël requested to merge deploy-eco-compose into master
6 files
+ 64
4
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 27
0
[job-exec "daily"]
schedule = 0 0 4 * * *
container = camino_api_app
command = make daily
tty = true
[job-exec "monthly"]
schedule = 0 0 6 1 * *
container = camino_api_app
command = make monthly
tty = true
[job-exec "cleanup_downloads"]
schedule = 0 0 5 * * *
container = camino_api_app
command = rm -rf /project/packages/api/files/downloads/*
tty = true
[job-exec "cleanup_temp_files"]
schedule = 0 30 5 * * *
container = camino_api_app
command = find /project/packages/api/files/tmp/ -mtime +7 -type f -delete
tty = true
[job-local "restore_backup"]
schedule = 0 0 6 * * SUN
command = /restore-last-backup
Loading