CCash Deployment with frontend and backend included
936
This is the official Docker image for the collaborative effort of CCash and CCashfrontend, for now we suggest running behind a reverse proxy to give SSL and a nice URL, otherwise the run command is docker run -itp 80:80 -p 3000:3000 -v ccashdconfig:/app/config -e ADMIN_A=admin -e SAVE_FREQ=2 expandsys/ccashdeploy this will expose port 80 for the api and 3000 for the web app, if you would like the web app to reside on port 80 or 443, use this command docker run -itp 443:443 -v ccashdconfig:/app/config -e ADMIN_A=admin -e SAVE_FREQ=2 expandsys/ccashdeploy
Content type
Image
Digest
Size
502 MB
Last updated
about 5 years ago
docker pull expandsys/ccashdeploy