base-mga9/compose.yaml

25 lines
536 B
YAML
Raw Permalink Normal View History

# Rx3 Base Mageia-9 Docker Image
#-------------------------------------------------------------------------------
2024-08-21 12:22:12 +02:00
name: ${IMG_NAME}
2024-08-21 12:22:12 +02:00
services:
default:
container_name: ${IMG_NAME}
image: ${IMG_URL}
2024-08-21 12:22:12 +02:00
build:
context: .
args:
- IMG_NAME=${IMG_NAME}
- IMG_FULL_NAME=${IMG_FULL_NAME}
- IMG_VERSION=${IMG_VERSION}
- IMG_MAINTAINER=${IMG_MAINTAINER}
- LANG=${LANG}
- LANGUAGE=${LANGUAGE}
- LOCALTIME=${LOCALTIME}
2024-08-21 12:22:12 +02:00
restart: unless-stopped