- Update to base-mga9:1.2.1 image,

- Minor compose file updates.
This commit is contained in:
2024-08-25 00:47:59 +02:00
parent 6017327425
commit 502680793e
5 changed files with 15 additions and 8 deletions

View File

@@ -6,7 +6,8 @@ name: ${IMG_NAME}
services:
default:
container_name: ${IMG_NAME}
image: docker.xor.rx3:5000/rx3/${IMG_NAME}:${IMG_VERSION}
image: ${IMG_URL}
build:
context: .
@@ -34,8 +35,6 @@ services:
target: ${APPL_DIR}
networks:
# - internet
# - no-internet
- ${APPL_NETWORK}