java/compose.yaml
Arnaud G. GIBERT 9af3635a2c - 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.
2024-11-11 10:42:20 +01:00

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}"