- Move & Rename repo from Rx3/Java-MGA9 to Rx3-Docker/Java,
- New version naming standard, - Now use docker_tools for .env building, - Use now rx3-docker/server:1.2.0-mga9 image, - Strip down depencies.
This commit is contained in:
28
compose.yaml
28
compose.yaml
@@ -1,28 +1,26 @@
|
||||
# Rx3 PHP Apache Mageia-9 Docker Image
|
||||
# Rx3-Docker/Java Docker Image
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
name: ${IMG_NAME}
|
||||
name: ${IMG_NAME}
|
||||
|
||||
services:
|
||||
|
||||
server:
|
||||
container_name: ${IMG_NAME}
|
||||
container_name: ${IMG_NAME}
|
||||
hostname: ${IMG_NAME}
|
||||
|
||||
image: ${IMG_URL}
|
||||
image: ${IMG_URL}
|
||||
|
||||
build:
|
||||
context: .
|
||||
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}"
|
||||
IMG_NAME: ${IMG_NAME}
|
||||
IMG_FULL_NAME: ${IMG_NAME_FULL}
|
||||
IMG_VERSION: ${IMG_VERSION}
|
||||
IMG_MAINTAINER: ${IMG_MAINTAINER}
|
||||
IMG_FROM_URL: ${IMG_FROM_URL}
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
network_mode: bridge
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:${SERVER_SV_PORT}:9001"
|
||||
|
||||
- "127.0.0.1:${SERVER_PORT_SV_EXT}:${SERVER_PORT_SV_INT}"
|
||||
|
||||
Reference in New Issue
Block a user