mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
DigitalOcean deploy button
This commit is contained in:
parent
e085057ecd
commit
1552da7d63
3 changed files with 30 additions and 0 deletions
6
.do/app.yaml
Normal file
6
.do/app.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
name: nwc
|
||||
services:
|
||||
- name: web
|
||||
github:
|
||||
repo: getAlby/nostr-wallet-connect
|
||||
branch: server-self-host
|
||||
23
.do/deploy.template.yaml
Normal file
23
.do/deploy.template.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
spec:
|
||||
name: nwc
|
||||
services:
|
||||
- name: web
|
||||
git:
|
||||
branch: server-self-host
|
||||
repo_clone_url: https://github.com/getAlby/nostr-wallet-connect.git
|
||||
envs:
|
||||
- key: RELAY
|
||||
value: "RELAY=wss://relay.getalby.com/v1"
|
||||
scope: RUN_TIME
|
||||
- key: LN_BACKEND_TYPE
|
||||
value: BREEZ
|
||||
scope: RUN_TIME
|
||||
- key: COOKIE_SECRET
|
||||
type: SECRET
|
||||
scope: RUN_TIME
|
||||
- key: GREENLIGHT_INVITE_CODE
|
||||
type: SECRET
|
||||
scope: RUN_TIME
|
||||
- key: BREEZ_MNEMONIC
|
||||
type: SECRET
|
||||
scope: RUN_TIME
|
||||
1
Procfile
Normal file
1
Procfile
Normal file
|
|
@ -0,0 +1 @@
|
|||
web: bin/main
|
||||
Loading…
Add table
Add a link
Reference in a new issue