server-mga9/compose.yaml

23 lines
474 B
YAML
Raw Normal View History

2024-08-25 18:17:03 +02:00
# Rx3 Server Mageia-9 Docker Image
#-------------------------------------------------------------------------------
name: ${IMG_ID}
services:
server:
container_name: ${IMG_ID}
image: ${IMG_URL}
build:
context: .
args:
- IMG_ID=${IMG_ID}
- IMG_NAME=${IMG_NAME}
- IMG_VERSION=${IMG_VERSION}
- IMG_MAINTAINER=${IMG_MAINTAINER}
- IMG_URL_PREFIX=${IMG_URL_PREFIX}
restart: unless-stopped