A Live demo is available at repeater.deweiliu.com
- Install Docker Compose
Verify your Docker Compose installation
docker-compose --version
Build and run the application
docker-compose up --build -d
Wait for a while until the server fully starts up. Then open http://localhost/ with a browser.
To stop the application
docker-compose down
Continous deployment is running for Docker Hub using Git Action. To enable this automatic process in your GitHub repository, add a Docker Access Token to your GitHub Secrets with the name docker_access