- Now use rx3/server-mga9:1.1.0 image,

- supervisor & logrotate configured.
This commit is contained in:
2024-08-26 22:02:50 +02:00
parent 1d1674ebac
commit 54ccdf959e
5 changed files with 92 additions and 15 deletions

View File

@@ -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"