move monero wallet creation into container entrypoint

This commit is contained in:
2026-09-03 23:03:49 +02:00
parent 9241474d48
commit cde7fab90c
7 changed files with 56 additions and 256 deletions
+1 -4
View File
@@ -1,6 +1,6 @@
# NullCart
Self-hosted Monero shop with clearnet (HTTPS) and Tor onion hosting.
Self-hosted crypto shop with clearnet (HTTPS) and Tor onion hosting.
For production deployment, see the [deployment guide](deploy/DEPLOYMENT_GUIDE.md).
@@ -12,9 +12,6 @@ For production deployment, see the [deployment guide](deploy/DEPLOYMENT_GUIDE.md
# Create and edit .env.dev as needed
cp .env.example .env.dev
# Create monero wallet used by shop
./monero-wallet-rpc/setup-monero-wallet.sh --env-file .env.dev
# Build and start docker containers
docker compose --env-file .env.dev -f docker-compose.dev.yml build --no-cache
docker compose --env-file .env.dev -f docker-compose.dev.yml up --force-recreate