diff --git a/shopstr/docker-compose.yml b/shopstr/docker-compose.yml new file mode 100644 index 0000000000..6cfec416b4 --- /dev/null +++ b/shopstr/docker-compose.yml @@ -0,0 +1,14 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: shopstr_web_1 + APP_PORT: 3000 + + web: + image: calvadev/shopstr:v0.1.0@sha256:ec1e617fbff4f609e11742809abe83fe431457de233197353730ec5fdc2d1f68 + restart: on-failure + stop_grace_period: 1m + environment: + PORT: 3000 diff --git a/shopstr/umbrel-app.yml b/shopstr/umbrel-app.yml new file mode 100644 index 0000000000..0649b4eba7 --- /dev/null +++ b/shopstr/umbrel-app.yml @@ -0,0 +1,26 @@ +manifestVersion: 1 +id: shopstr +category: bitcoin +name: Shopstr +version: "0.1.0" +tagline: Shop freely +description: >- + Shopstr is a permissionless Nostr marketplace for Bitcoin commerce. + + Your keys. Your shop. +releaseNotes: "" +developer: calvadev +website: https://calva.dev +dependencies: [] +repo: https://github.com/shopstr-eng/shopstr +support: https://github.com/shopstr-eng/shopstr/issues +port: 30402 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +path: "" +defaultUsername: "" +defaultPassword: "" +submitter: calvadev +submission: https://github.com/getumbrel/umbrel-apps/pull/2131