Arnaud G. GIBERT
9af3635a2c
- New version naming standard, - Now use docker_tools for .env building, - Use now rx3-docker/server:1.2.0-mga9 image, - Strip down depencies.
27 lines
747 B
YAML
27 lines
747 B
YAML
# Rx3-Docker/Java Docker Image
|
|
#-------------------------------------------------------------------------------
|
|
|
|
name: ${IMG_NAME}
|
|
|
|
services:
|
|
|
|
server:
|
|
container_name: ${IMG_NAME}
|
|
hostname: ${IMG_NAME}
|
|
|
|
image: ${IMG_URL}
|
|
|
|
build:
|
|
context: .
|
|
args:
|
|
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
|
|
|
|
ports:
|
|
- "127.0.0.1:${SERVER_PORT_SV_EXT}:${SERVER_PORT_SV_INT}"
|