-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from IceWhaleTech/CasaOS-AppStore@793d2b3
- Loading branch information
1 parent
bafcd97
commit 6fcbda2
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: albyhub | ||
services: | ||
albyhub: | ||
environment: | ||
PGID: $PGID | ||
PUID: $PUID | ||
TZ: $TZ | ||
UMASK: "002" | ||
WORK_DIR: /data/albyhub | ||
LOG_EVENTS: true | ||
command: [] | ||
container_name: albyhub | ||
image: ghcr.io/getalby/hub:v1.10.2 | ||
labels: | ||
icon: https://cdn.jsdelivr.net/gh/getAlby/umbrel-community-app-store@master/alby-albyhub/images/icon.svg | ||
ports: | ||
- target: 8080 | ||
published: "58000" | ||
protocol: tcp | ||
restart: on-failure | ||
stop_grace_period: 1m | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/data | ||
target: /data | ||
network_mode: bridge | ||
privileged: false | ||
x-casaos: | ||
architectures: # a list of architectures that the app supports | ||
- amd64 | ||
- arm | ||
- arm64 | ||
author: calganaygun | ||
category: Finance | ||
icon: https://cdn.jsdelivr.net/gh/getAlby/hub@master/frontend/public/icon-512.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/getAlby/umbrel-community-app-store@master/alby-albyhub/images/node.png | ||
- https://cdn.jsdelivr.net/gh/getAlby/umbrel-community-app-store@master/alby-albyhub/images/store.png | ||
- https://cdn.jsdelivr.net/gh/getAlby/umbrel-community-app-store@master/alby-albyhub/images/wallet.png | ||
index: / | ||
port_map: "58000" | ||
scheme: http | ||
store_app_id: albyhub | ||
title: | ||
en_us: Alby Hub |