Compare commits
1 Commits
base-1.3.0
...
master
Author | SHA1 | Date | |
---|---|---|---|
065a98426c |
28
compose.yaml
28
compose.yaml
@ -1,25 +1,25 @@
|
||||
# Rx3-Docker/Base Mageia Docker Image
|
||||
# Rx3-Docker/Base Docker Image
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
name: ${IMG_NAME}
|
||||
name: ${IMG_NAME}
|
||||
|
||||
services:
|
||||
|
||||
base:
|
||||
container_name: ${IMG_NAME}
|
||||
hostname: ${IMG_NAME}
|
||||
container_name: ${IMG_NAME}
|
||||
hostname: ${IMG_NAME}
|
||||
|
||||
image: ${IMG_URL}
|
||||
image: ${IMG_URL}
|
||||
|
||||
build:
|
||||
context: .
|
||||
context: .
|
||||
args:
|
||||
- IMG_NAME=${IMG_NAME}
|
||||
- IMG_NAME_FULL=${IMG_NAME_FULL}
|
||||
- IMG_VERSION=${IMG_VERSION}
|
||||
- IMG_MAINTAINER=${IMG_MAINTAINER}
|
||||
- LANG=${LANG}
|
||||
- LANGUAGE=${LANGUAGE}
|
||||
- LOCALTIME=${LOCALTIME}
|
||||
IMG_NAME: ${IMG_NAME}
|
||||
IMG_NAME_FULL: ${IMG_NAME_FULL}
|
||||
IMG_VERSION: ${IMG_VERSION}
|
||||
IMG_MAINTAINER: ${IMG_MAINTAINER}
|
||||
LANG: ${LANG}
|
||||
LANGUAGE: ${LANGUAGE}
|
||||
LOCALTIME: ${LOCALTIME}
|
||||
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user