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