Update docker-compose.yml

This commit is contained in:
notepunk. 2024-10-02 23:52:16 +02:00
parent 9debfe7a84
commit 75388bc1a7
No known key found for this signature in database
GPG Key ID: 04FB9E03C6409130

View File

@ -7,11 +7,7 @@ services:
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}
env_file:
- .env
volumes:
- .:/app