Update compose.yaml
This commit is contained in:
+4
-2
@@ -90,6 +90,8 @@ services:
|
|||||||
image: ghcr.io/tyxak/remotepower:latest # or `build: .` to build locally
|
image: ghcr.io/tyxak/remotepower:latest # or `build: .` to build locally
|
||||||
container_name: remotepower
|
container_name: remotepower
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
# ports:
|
# ports:
|
||||||
# - "443:8443" # HTTPS — self-signed by default
|
# - "443:8443" # HTTPS — self-signed by default
|
||||||
# - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS
|
# - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS
|
||||||
@@ -107,10 +109,10 @@ services:
|
|||||||
start_period: 15s
|
start_period: 15s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
#volumes:
|
|
||||||
# remotepower_data:
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
remotepower_data:
|
||||||
termix-data:
|
termix-data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user