9 lines
328 B
Markdown
9 lines
328 B
Markdown
# bsfe_server
|
|
|
|
## Deployment
|
|
|
|
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`` |