750477a409
fix mariadb backup label
2025-02-03 13:19:08 +01:00
7aa4e15034
upgrade to mariadb 11.4
continuous-integration/drone/pr Build is failing
continuous-integration/drone/tag Build is passing
2024-12-21 16:56:09 -05:00
182a42ff1f
update backupbot labels
continuous-integration/drone/push Build is failing
2024-10-22 15:18:37 +02:00
eead80b60a
add env MAX_DB_CONNECTIONS to set the database connection limit
continuous-integration/drone/push Build is passing
2024-02-27 09:47:26 +01:00
eefb14e150
refactor: move db_root_password to mariadb ( #38 )
...
continuous-integration/drone/push Build is passing
It is only used by mariadb and not by postgres
Closes #34
Reviewed-on: #38
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net >
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net >
2023-12-22 12:09:07 +00:00
92dca3fab7
chore: point backup to a volume directory
2023-06-26 16:44:06 +02:00
19c260b8da
healthchecks ( #32 )
...
continuous-integration/drone/push Build is passing
Adding healthchecks for nginx, mariadb, redis and php-fpm
Co-authored-by: Moritz <moritz.m@local-it.org >
Reviewed-on: #32
2023-01-12 21:16:31 +00:00
12eea19cab
add postgres db ( #26 )
...
continuous-integration/drone/push Build is failing
This PR moves the db service into two override files `compose.mariadb.yml` and `compose.postgres.yml`.
Existing installations need to add:
```
COMPOSE_FILE="compose.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
```
to their .env file to ensure mariadb is still used.
Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de >
Reviewed-on: #26
2022-05-18 08:36:26 +00:00