wzykubek / basedbin-frontend

Frontend for basedbin pastebin-like service server.

Home Page:https://github.com/wzykubek/basedbin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.yml file and set database credentials*
  • Run docker-compose up command
  • Go to localhost:8080 (or any other port you set for nginx service)

* 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.yml file
  • Run docker-compose -f docker-compose.alone.yml up command
  • Go to localhost:8080 (or any other port you set for nginx service)

About

Frontend for basedbin pastebin-like service server.

https://github.com/wzykubek/basedbin

License:ISC License


Languages

Language:Python 37.3%Language:CSS 27.7%Language:Jinja 27.6%Language:Dockerfile 7.4%