From 47cf24b637d45cbc900fa4ad816bccacbb1c301e Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 28 Feb 2025 12:29:24 -0700 Subject: [PATCH] update dawarich version and add labels --- roles/docker/templates/dawarich-compose.yml.j2 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/roles/docker/templates/dawarich-compose.yml.j2 b/roles/docker/templates/dawarich-compose.yml.j2 index a4ede26..37c2e45 100644 --- a/roles/docker/templates/dawarich-compose.yml.j2 +++ b/roles/docker/templates/dawarich-compose.yml.j2 @@ -12,9 +12,15 @@ services: retries: 5 start_period: 30s timeout: 10s + labels: + glance.parent: dawarich + glance.name: Redis dawarich_db: - image: postgres:17-alpine + image: postgis/postgis:17-3.5-alpine shm_size: 1G + labels: + glance.parent: dawarich + glance.name: DB container_name: dawarich_db volumes: - dawarich_db_data:/var/lib/postgresql/data @@ -32,6 +38,12 @@ services: dawarich_app: image: freikin/dawarich:latest container_name: dawarich_app + labels: + glance.name: Dawarich + glance.icon: si:openstreetmap + glance.url: https://loclog.thesatelliteoflove.com/ + glance.description: Dawarich + glance.id: dawarich volumes: - dawarich_public:/var/app/public - dawarich_watched:/var/app/tmp/imports/watched @@ -84,6 +96,9 @@ services: dawarich_sidekiq: image: freikin/dawarich:latest container_name: dawarich_sidekiq + labels: + glance.parent: dawarich + glance.name: Sidekiq volumes: - dawarich_public:/var/app/public - dawarich_watched:/var/app/tmp/imports/watched