- Initial release.

This commit is contained in:
2024-08-22 14:26:42 +02:00
commit 535dc239a7
6 changed files with 76 additions and 0 deletions

19
compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
# Rx3 PHP Apache Mageia-9 Docker Image
#-------------------------------------------------------------------------------
name: ${IMG_ID}
services:
webapp:
container_name: ${IMG_ID}
image: docker.xor.rx3:5000/rx3/${IMG_ID}:${IMG_VERSION}
build:
context: .
args:
- IMG_ID=${IMG_ID}
- IMG_NAME=${IMG_NAME}
- IMG_VERSION=${IMG_VERSION}
- IMG_MAINTAINER=${IMG_MAINTAINER}
restart: unless-stopped
network_mode: bridge
ports:
- "127.0.0.1:8080:80"