Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: add example docker-compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Jun 22, 2024
1 parent 8b8536b commit c069234
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
albyhub:
platform: linux/amd64
container_name: albyhub
image: ghcr.io/getalby/nostr-wallet-connect-next:latest
volumes:
- ./albyhub-data:/data
ports:
- "8080:8080"
environment:
- WORK_DIR=/data/albyhub
- LOG_EVENTS=true

0 comments on commit c069234

Please sign in to comment.