Commit Graph

5 Commits

Author SHA1 Message Date
Moritz eead80b60a add env MAX_DB_CONNECTIONS to set the database connection limit
continuous-integration/drone/push Build is passing Details
2024-02-27 09:47:26 +01:00
p4u1 eefb14e150 refactor: move db_root_password to mariadb (#38)
continuous-integration/drone/push Build is passing Details
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
Philipp Rothmann 92dca3fab7 chore: point backup to a volume directory 2023-06-26 16:44:06 +02:00
moritz 19c260b8da healthchecks (#32)
continuous-integration/drone/push Build is passing Details
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
yksflip 12eea19cab add postgres db (#26)
continuous-integration/drone/push Build is failing Details
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