Commit Graph

26 Commits

Author SHA1 Message Date
0fc2298106
Added health checks to Dockerfiles
Health check commands have been added to the Dockerfiles. These checks will run at an interval of 30 seconds, with a timeout of 10 seconds and a start period of 5 seconds. The system will retry these checks up to three times before marking the service as unhealthy. Different health check commands are used depending on the specific Dockerfile.
2024-12-13 11:35:58 +01:00
0de1cd40ac
Removed bcmath PHP extension from Dockerfiles
The bcmath PHP extension was removed from multiple Dockerfiles. This change simplifies the build process and reduces the overall size of the resulting images.
2024-11-08 13:46:16 +01:00
3a3b5d8eb3
Removed memcached PHP extension installation
The memcached PHP extension was removed from the Dockerfiles. This change affects all three Dockerfiles, reducing the number of installed extensions by one. The remaining extensions were left untouched.
2024-11-08 13:24:20 +01:00
ccd2ba485c
Refactored PHP extension installation in Dockerfiles
The PHP extension installation commands have been refactored across multiple Dockerfiles. Previously, all extensions were installed in a single command. Now, each extension is installed with its own dedicated command. This change enhances readability and maintainability of the code.
2024-11-08 12:08:45 +01:00
9e52b3bec6
Updated Node.js version in Dockerfiles
The Node.js version used in the Dockerfiles has been updated from 20 to 22. This change affects both the main Dockerfile and the web UI Dockerfile.
2024-10-10 12:34:02 +02:00
34db79b3ab
Update Dockerfile versions and dependencies
- Update the base image for nodebuilder from node:18 to node:20
- Update the base image for php in Dockerfile and Dockerfile.daemon from php:8.1 to php:8.3
- Remove unnecessary packages installation in Dockerfile, Dockerfile.daemon, and Dockerfile.webui
- Set APACHE_DOCUMENT_ROOT, WEBCRON_ROOT, and TZ environment variables in all three Dockerfiles
2023-12-07 14:43:01 +01:00
77772dcaed
BUGFIX: version tag was not being read 2023-01-11 17:34:16 +01:00
982c704ea3
Updated npm to 18 2022-11-10 11:40:16 +01:00
b96433b005
UPDATED README 2022-11-08 17:12:15 +01:00
24350a515b
BUGFIX: daemon container could not build 2022-10-04 17:53:57 +02:00
d972cc24de
We don't need WebUI to run database commands 2022-09-21 16:13:26 +02:00
2c61095df0
BUGFIX: added splitted dockerfiles 2022-09-14 10:25:18 +02:00
3b25940cb7
Using doctrine migrations 2022-09-07 14:37:42 +02:00
07eab26637
NEW FEATURE: version tag in image 2022-09-05 17:27:18 +02:00
bf6ba44fa5
NEW FEATURE: docker-image 2022-09-01 13:09:42 +02:00
07c4ec3864
ENHANCEMENT: putting webcron commands in own namespace 2022-09-01 09:37:52 +02:00
19b89d2787
ENHANCEMENT: installing demo data if required 2022-08-12 11:31:30 +02:00
ab71b84787
NEW FEATURE: added demo mode 2022-07-02 11:03:45 +02:00
9328be1b78
ENHANCEMENT: less steps 2022-06-10 11:12:29 +02:00
2d66faab9f
ENHANCEMENT: webcron running as www-data 2022-06-10 10:50:11 +02:00
730f5f2204
Better entrypoint 2022-05-30 16:51:00 +02:00
5e95266ea3
Better entrypoint 2022-05-06 10:26:37 +02:00
f81c55536b
using vite 2022-05-02 13:35:37 +02:00
0a0574b2e4
Updated docker 2022-04-29 14:49:31 +02:00
6e96e1e731
Needed a CHOWN 2021-08-02 14:15:47 +02:00
79b5c523ad
Added dockerfile 2021-05-26 20:52:04 +02:00