basedbin frontend
Frontend for basedbin pastebin-like service server.
Installing with Docker Compose
Frontend and server on single machine
- Clone repo to your machine
- Edit
docker-compose.ymlfile and set database credentials* - Run
docker-compose upcommand - Go to
localhost:8080(or any other port you set fornginxservice)
* Do not change services names and DB_HOST and SERVER_HOSTNAME variables
Frontend with remote server
- Clone repo to your machine
- Edit
docker-compose.alone.ymlfile - Run
docker-compose -f docker-compose.alone.yml upcommand - Go to
localhost:8080(or any other port you set fornginxservice)