- Move & Rename repo from Rx3/Ampache-MGA9 to Rx3-Docker/Ampache,

- New version naming standard,
- Now use docker_tools for .env building,
- Now use rx3-docker/php-apache:1.4.0-mga9 & rx3-docker/mariadb-1.1.0-mga9 images,
- Add /var/log/init*, /var/log/supervisor* volumes,
- Fix crontab: user ampache user instead of root and add it to git,
- Fix database restart in compose file,
- Add database healthcheck & webapp service depencies.
This commit is contained in:
2024-12-02 16:51:20 +01:00
parent 5c3076ba6f
commit aa2c81cca9
19 changed files with 170 additions and 106 deletions

View File

@@ -1,11 +1,12 @@
Welcome to Rx3/Ampache-Mga9 docker image!
Welcome to Rx3-Docker/Ampache docker image!
This is project aims to build a Ampache + Mageia 9 docker image.
This is project aims to build an Ampache docker image.
Features:
- Based on rx3/php-apache-mga9:1.3.3 & rx3/mariadb-mga9:1.0.2 images,
- Using Ampache V 6.6.0,
- Based on rx3-docker/php-apache:1.4.0-mga9 & rx3-docker/mariadb:1.1.0 images,
- Support mysql & external pwauth authentication.