Payment Demo with ReactJS on stripe
347
$ Cut and Paste docker-compose.yml
version: '3'
services:
app:
image: mltdocker/react-stripe-frontend
restart: always
ports:
- 3000:3000
depends_on:
- backend
networks:
- app-network
backend:
image: mltdocker/react-stripe-backend
restart: always
ports:
- 5000:5000
networks:
- app-network
networks:
app-network:
driver: bridge
$ sudo docker-compose up -d
UI-App Up and Running at localhost:3000
$ sudo docker exec -it <container-id> bash
$ docker rm -f [container-ID] && docker rmi mltdocker/nextjs-examples
1.0.0
This project is licensed under the MIT License
Live Object Recognation BeesCloud Vision@AI
Please whatsApp +65-8201-0159 or drop me an e-mail at [email protected] for whatever reason? FREE STUFF : free office, online storage, AI https://www.beesdot.com
Content type
Image
Digest
Size
147.8 MB
Last updated
over 5 years ago
docker pull mltdocker/react-stripe-frontend