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:
|
services:
|
||||||
|
|
||||||
base:
|
base:
|
||||||
container_name: ${IMG_NAME}
|
container_name: ${IMG_NAME}
|
||||||
hostname: ${IMG_NAME}
|
hostname: ${IMG_NAME}
|
||||||
|
|
||||||
image: ${IMG_URL}
|
image: ${IMG_URL}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- IMG_NAME=${IMG_NAME}
|
IMG_NAME: ${IMG_NAME}
|
||||||
- IMG_NAME_FULL=${IMG_NAME_FULL}
|
IMG_NAME_FULL: ${IMG_NAME_FULL}
|
||||||
- IMG_VERSION=${IMG_VERSION}
|
IMG_VERSION: ${IMG_VERSION}
|
||||||
- IMG_MAINTAINER=${IMG_MAINTAINER}
|
IMG_MAINTAINER: ${IMG_MAINTAINER}
|
||||||
- LANG=${LANG}
|
LANG: ${LANG}
|
||||||
- LANGUAGE=${LANGUAGE}
|
LANGUAGE: ${LANGUAGE}
|
||||||
- LOCALTIME=${LOCALTIME}
|
LOCALTIME: ${LOCALTIME}
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user