Nodepay docker container
10K+
Developer Tools and go to Application(Chrome) / Storage(Firefox).Local Storage > https://app.nodepay.ai and copy the value of np_webapp_token OR np_token (The big array of random numbers and letters).NP_COOKIE with the value that you copied.services:
nodepay:
container_name: Nodepay
image: kellphy/nodepay
restart: unless-stopped
environment:
- NP_COOKIE=YOURCOOKIE
docker run -d \
--name Nodepay \
--restart unless-stopped \
-e NP_COOKIE="YOURCOOKIE" \
kellphy/nodepay
services:
nodepay:
container_name: Nodepay
image: nodepay
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
environment:
- NP_COOKIE=YOURCOOKIE
docker build -t nodepay . && \
docker run -d \
--name Nodepay \
--restart unless-stopped \
-e NP_COOKIE="YOURCOOKIE" \
nodepay
Content type
Image
Digest
sha256:08a06f960…
Size
340.7 MB
Last updated
about 1 year ago
docker pull kellphy/nodepay