Commit Graph

14 Commits

Author SHA1 Message Date
de738f39c1
Add logrotate configuration for chill logs
This commit introduces log rotation for chill-related logs by adding a template file and the corresponding task in the playbook. It ensures proper log management by rotating logs daily, keeping a specified number of backups, and compressing old logs.
2025-01-13 11:19:51 +01:00
c572d68eb4
Fix logging paths and permissions for chill role configuration
Corrected log file paths in Monolog configuration and Compose file for consistency. Updated directory permissions in tasks to allow group write access. These changes improve log file organization and facilitate better collaboration.
2025-01-13 10:52:15 +01:00
cc82c7b2c5
Fix volume mount options in compose.yaml
Updated volume mounts to correct permissions and paths. Ensured writable access for logs and storage directories to avoid runtime issues.
2025-01-10 14:03:27 +01:00
bae6ecfde3
Add EDITOR_SERVER variable to env_file template
This update introduces the EDITOR_SERVER variable to the env_file template. It ensures that the environment configuration now includes the editor server endpoint, improving flexibility and usability for deployments.
2025-01-10 13:47:27 +01:00
76dfaf5d93
Update configs for trusted proxies, HTTPS, and log paths
Revised proxy settings to dynamically include trusted IPs and ensured HTTPS redirections. Adjusted log mount path in Docker compose to align with application structure. Removed unused Traefik certificate volume for cleanup.
2025-01-10 12:49:43 +01:00
e09224754f
less restrictive for framework trusted proxies 2025-01-07 11:21:43 +01:00
22cfb03984
storage configuration and restart containers 2025-01-07 10:56:24 +01:00
07a9f4bf4d
set up cronjob and timer 2024-12-30 13:19:45 +01:00
cf62dcc707
set up worker for async tasks 2024-12-30 12:34:33 +01:00
c6b32d6005
ssl / tsl and storage of document 2024-12-30 11:37:55 +01:00
bf2e38ad51
expose port for chill and add missing variables and parameters 2024-12-20 13:13:44 +01:00
6019e649e9
fixes for env and variables names 2024-12-20 11:46:21 +01:00
a53e62dd9e
set-up the role 2024-12-19 11:05:25 +01:00
b625aab3f2
init jetbrains 2024-12-18 11:25:21 +01:00