1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

17 Commits

Author SHA1 Message Date
chrissawyerfan4
d05686daaf Make Podman installation work
- Specify registries in Dockerfiles such that Podman can resolve the dependencies
- Add a name for the PHP container, such that the commands work when using `exec -it linkace-php`
- Mention in CONTRIBUTING.md that Podman works also
- Update the PHP version in CONTRIBUTING.md as proposed in https://github.com/Kovah/LinkAce/discussions/746#discussioncomment-9101259
2024-04-13 04:03:34 +02:00
Kovah
2817d47120
Large-scale update of dependencies, deprecation of PHP 8.0 2024-02-05 21:54:14 +01:00
Kovah
ad396912cd
Hotfix for docker-compose files 2022-09-06 09:27:15 +02:00
Kovah
9944b3b104
Enable backups by default 2022-09-04 11:25:17 +02:00
Kovah
0090d9920b
Update the services used in Docker compose files to the latest versions 2022-04-03 22:28:38 +02:00
Kovah
787f4631f0
Correct simple docker-compose file 2021-03-25 20:50:36 +01:00
Kovah
9e844e9ac0
Revert changes to docker-compose files 2021-03-24 23:49:52 +01:00
Kovah
20a1385693
Update to linuxserver mariadb in docker compose files 2021-03-23 20:48:12 +01:00
Kovah
b005866397
Correct the production docker-compose files and release Dockerfiles 2021-03-22 23:27:24 +01:00
Kovah
de70173b6e
Correct the production docker-compose files 2021-03-22 22:51:26 +01:00
Kovah
fe5f1179c7
Overhaul of the Docker build process and deployment configuration with support for ARM (#175) 2021-03-10 22:35:21 +01:00
Kovah
54abf5f288
Correct production docker-compose files 2021-01-21 09:47:42 +01:00
Kovah
66194ace1d
Fix issue with default collations for databases in docker-compose files
Replaces the Bitnami MariaDB images with the default MariaDB image because setting a collation wasn't possible.
2021-01-19 00:03:34 +01:00
Kovah
eb3a573330
Set utf8mb4_bin as new default collation for MySQL in Docker compose files (#206) 2021-01-13 16:58:31 +01:00
Kovah
32fca097db
Switch to Docker volumes for storage of logs 2020-11-19 17:31:55 +01:00
Kovah
e9bdf442ae
Correct the setup of backup notifications (#155)
Also optimize the Docker Compose files to include the path for local backups.
2020-10-09 11:05:28 +02:00
Kovah
a93d1b8b33
Large update for the Docker-based setup of Linkace
- Adds new Dockerfile for unified PHP-nginx container
- Adds new configuration files for simple setup with unified container
- Removes Redis from simple setup
- Changes default cache and session driver form Redis to file
- Updates nginx configuration accordingly
2020-09-07 23:14:53 +02:00