- Switch to rx3/php-apache-mga9:1.3.1 image,

- Minor compose file update.
This commit is contained in:
Arnaud G. GIBERT 2024-08-27 01:03:15 +02:00
parent b7ba76ef53
commit 67cf666298
4 changed files with 13 additions and 4 deletions

2
.env
View File

@ -18,7 +18,7 @@ IMG_URL_PREFIX="${IMG_REGISTRY}/${IMG_ORG}"
IMG_NAME="ampache-mga9"
IMG_FULL_NAME="Rx3 Ampache Mageia-9 Docker Image"
IMG_VERSION="1.1.0"
IMG_VERSION="1.1.1"
IMG_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}"
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'

View File

@ -3,7 +3,7 @@
ARG IMG_URL_PREFIX="rx3"
FROM ${IMG_URL_PREFIX}/php-apache-mga9:1.3.0
FROM ${IMG_URL_PREFIX}/php-apache-mga9:1.3.1
ARG IMG_NAME
ARG IMG_FULL_NAME

View File

@ -1,3 +1,12 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3/Ampache-Mga9 V 1.1.1 - A. GIBERT - 2024/08/27
------------------------------------------------------------------------------------------------------------------------------------
- Switch to rx3/php-apache-mga9:1.3.1 image,
- Minor compose file update.
------------------------------------------------------------------------------------------------------------------------------------
Rx3/Ampache-Mga9 V 1.1.0 - A. GIBERT - 2024/08/27
------------------------------------------------------------------------------------------------------------------------------------

View File

@ -27,7 +27,7 @@ services:
webapp-internal:
container_name: ${IMG_NAME}-internal
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
image: ${IMG_URL}
build:
context: .
@ -65,7 +65,7 @@ services:
webapp-external:
container_name: ${IMG_NAME}-external
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
image: ${IMG_URL}
restart: unless-stopped