move monero wallet creation into container entrypoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user