Files
nostrdvm/docker-compose.yml
.notepunk. 9debfe7a84 introducing Docker
- Dockerfile
- docker compose
2024-10-02 23:38:24 +02:00

18 lines
443 B
YAML

version: '3.8'
services:
nostrdvm: # Name of the service
build:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
environment:
- LNBITS_ADMIN_KEY = ${LNBITS_ADMIN_KEY}
- LNBITS_ADMIN_ID = ${LNBITS_WALLET_ID}
- LNBITS_HOST = ${LNBITS_HOST}
- NOSTDRESS_DOMAIN = ${NOSTDRESS_DOMAIN}
- NOSTR_BUILD_ACCOUNT_PK = ${NOSTR_BUILD_ACCOUNT_PK}
volumes:
- .:/app