Files
base/compose.yaml
Arnaud G. GIBERT a07e6d6fc6 - Add Image Stacking Log functions,
- Add ISL support,
- Rebuild for updates.
2026-02-13 19:19:39 +01:00

27 lines
792 B
YAML

# Rx3-Docker/Base Docker Image
#-------------------------------------------------------------------------------
name: ${IMG_NAME}
services:
base:
container_name: ${IMG_NAME}
hostname: ${IMG_NAME}
image: ${IMG_URL}
build:
context: .
args:
IMG_NAME: ${IMG_NAME}
IMG_NAME_FULL: ${IMG_NAME_FULL}
IMG_VERSION: ${IMG_VERSION}
IMG_URL: ${IMG_URL}
IMG_MAINTAINER: ${IMG_MAINTAINER}
LANG: ${LANG}
LANGUAGE: ${LANGUAGE}
LOCALTIME: ${LOCALTIME}
restart: unless-stopped