From ae6d1a98401b30922ded4db69b729ae76b6fd539 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Wed, 1 Jul 2026 10:55:43 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 27937e3..1ff1d2e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -90,6 +90,8 @@ services: image: ghcr.io/tyxak/remotepower:latest # or `build: .` to build locally container_name: remotepower restart: unless-stopped + networks: + - bragi-local # ports: # - "443:8443" # HTTPS — self-signed by default # - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS @@ -107,10 +109,10 @@ services: start_period: 15s retries: 3 -#volumes: -# remotepower_data: + volumes: + remotepower_data: termix-data: driver: local