- Initial release,

- Use based on server-mga9:1.1.2 image,
- OpenJVM 17.
This commit is contained in:
2024-08-28 22:44:12 +02:00
commit 1d217ba63d
6 changed files with 105 additions and 0 deletions

28
compose.yaml Normal file
View File

@@ -0,0 +1,28 @@
# Rx3 PHP Apache Mageia-9 Docker Image
#-------------------------------------------------------------------------------
name: ${IMG_NAME}
services:
server:
container_name: ${IMG_NAME}
image: ${IMG_URL}
build:
context: .
args:
IMG_NAME: "${IMG_NAME}"
IMG_FULL_NAME: "${IMG_FULL_NAME}"
IMG_VERSION: "${IMG_VERSION}"
IMG_MAINTAINER: "${IMG_MAINTAINER}"
IMG_URL_PREFIX: "${IMG_URL_PREFIX}"
restart: unless-stopped
network_mode: bridge
ports:
- "127.0.0.1:9014:9001"