- Now use rx3/server-mga9:1.1.0 image,
- supervisor & logrotate configured.
This commit is contained in:
@@ -7,7 +7,8 @@ services:
|
||||
|
||||
webapp:
|
||||
container_name: ${IMG_ID}
|
||||
image: docker.xor.rx3:5000/rx3/${IMG_ID}:${IMG_VERSION}
|
||||
|
||||
image: ${IMG_URL}
|
||||
|
||||
build:
|
||||
context: .
|
||||
@@ -16,6 +17,7 @@ services:
|
||||
- IMG_NAME=${IMG_NAME}
|
||||
- IMG_VERSION=${IMG_VERSION}
|
||||
- IMG_MAINTAINER=${IMG_MAINTAINER}
|
||||
- IMG_URL_PREFIX=${IMG_URL_PREFIX}
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -27,4 +29,5 @@ services:
|
||||
network_mode: bridge
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:9010:9001"
|
||||
- "127.0.0.1:8080:80"
|
||||
|
||||
Reference in New Issue
Block a user