diff --git a/.do/app.yaml b/.do/app.yaml new file mode 100644 index 00000000..e6d84a5e --- /dev/null +++ b/.do/app.yaml @@ -0,0 +1,6 @@ +name: nwc +services: +- name: web + github: + repo: getAlby/nostr-wallet-connect + branch: server-self-host \ No newline at end of file diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 00000000..f83c47ad --- /dev/null +++ b/.do/deploy.template.yaml @@ -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 diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..ce6a454f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bin/main \ No newline at end of file