- Switch to rx3/php-apache-mga9:1.3.1 image,
- Minor compose file update.
This commit is contained in:
parent
b7ba76ef53
commit
d49d23a60a
2
.env
2
.env
@ -18,7 +18,7 @@ IMG_URL_PREFIX="${IMG_REGISTRY}/${IMG_ORG}"
|
|||||||
|
|
||||||
IMG_NAME="ampache-mga9"
|
IMG_NAME="ampache-mga9"
|
||||||
IMG_FULL_NAME="Rx3 Ampache Mageia-9 Docker Image"
|
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_URL="${IMG_URL_PREFIX}/${IMG_NAME}:${IMG_VERSION}"
|
||||||
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
ARG IMG_URL_PREFIX="rx3"
|
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_NAME
|
||||||
ARG IMG_FULL_NAME
|
ARG IMG_FULL_NAME
|
||||||
|
@ -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
|
Rx3/Ampache-Mga9 V 1.1.0 - A. GIBERT - 2024/08/27
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
@ -27,7 +27,7 @@ services:
|
|||||||
webapp-internal:
|
webapp-internal:
|
||||||
container_name: ${IMG_NAME}-internal
|
container_name: ${IMG_NAME}-internal
|
||||||
|
|
||||||
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
|
image: ${IMG_URL}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
@ -65,7 +65,7 @@ services:
|
|||||||
webapp-external:
|
webapp-external:
|
||||||
container_name: ${IMG_NAME}-external
|
container_name: ${IMG_NAME}-external
|
||||||
|
|
||||||
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
|
image: ${IMG_URL}
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user