bsfe_server/README.md

9 lines
328 B
Markdown
Raw Normal View History

2024-10-25 13:03:10 +03:00
# bsfe_server
2024-10-28 19:35:35 +03:00
## Deployment
2024-10-28 20:04:00 +03:00
1.Copy ``sample.config.json`` to ``config.json``
2. Edit ``config.json`` to your needs (port, database credentials)
3. Edit ``docker-compose.yml`` (insert changed port and database credentials from ``config.json``)
4. First-time: ``docker-compose up --build``
5. Then just: ``docker-compose up -d``