server-mga9/compose.yaml

26 lines
534 B
YAML
Raw Normal View History

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