From cbf3dc11c85a67983371240cac75b82bf738feba Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." <49044505+hp3icc@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:50:10 -0500 Subject: [PATCH] Update docker-compose.yml Tag: latest. It's multi-architecture, AMD64, ARCH64. --- docker-configs/docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-configs/docker-compose.yml b/docker-configs/docker-compose.yml index 28e451c..c0d64d7 100644 --- a/docker-configs/docker-compose.yml +++ b/docker-configs/docker-compose.yml @@ -22,7 +22,7 @@ services: adn-server: container_name: adn-server cpu_shares: 1024 - mem_reservation: 600m + mem_reservation: 512m # Before enabling local mapping, download the file to the host machine: # docker cp adn-server:/opt/ADN-DMR-Peer-Server/config/adn.cfg . volumes: @@ -31,7 +31,7 @@ services: ports: - '62031:62031/udp' # - '62041:62041/udp' - # For x86_64 host devices use tag :latest , and for Raspberry arm64 / arch64 devices use tag :rpi + # Tag: latest. It's multi-architecture, AMD64, ARCH64. image: 'registry.gitlab.com/hp3icc/fdmr/adn-server-single:latest' restart: "unless-stopped" logging: @@ -41,6 +41,7 @@ services: adn-dashboard: container_name: adn-dashboard + mem_reservation: 512m # Before enabling local mapping, download the file to the host machine: # DASHBOARD Style: 1 for OA4DOA , dash 2 for CS8ABG # file config dash 1 : docker cp monitor:/opt/FDMR-Monitor1/fdmr-mon.cfg . @@ -92,7 +93,7 @@ services: - FOOTER1= # FOOTER RIGHT SAMPLE: Your Project Project - FOOTER2= - # For x86_64 host devices use tag :latest , and for Raspberry arm64 / arch64 devices use tag :rpi + # Tag: latest. It's multi-architecture, AMD64, ARCH64. image: 'registry.gitlab.com/hp3icc/fdmr/adn-mon2-single:latest' restart: "unless-stopped" logging: