Commit Graph

13 Commits

Author SHA1 Message Date
4cef67a91d Add "managed by Ansible" notice to all template files
Included comments at the top of all template files indicating that they are managed by Ansible and should not be edited manually. This ensures clarity and avoids unintended manual modifications.
2025-09-11 11:01:50 +02:00
d1cf7d363a Set CLEAR_CACHE environment variable and update consumer command in compose.yaml 2025-09-11 11:01:39 +02:00
7805b074f0 Handle consumer exit status in compose.yaml
Updated the `messenger:consume` command in `compose.yaml` to run as the `PHP_FPM_USER` and added error handling to stop the container if the consumer exits with a non-zero status.
2025-09-10 18:41:44 +02:00
3ba13cf00d Parameterize image names in compose.yaml
Replaced hardcoded image names in the `compose.yaml` file with variables defined in `vars/main.yml`. This makes the configuration more flexible and easier to customize.
2025-08-28 15:16:32 +02: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
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
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
a53e62dd9e set-up the role 2024-12-19 11:05:25 +01:00