This commit is contained in:
parent
21087531f2
commit
8b8a929ae0
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -16,6 +16,21 @@ hypercorn --bind=0.0.0.0:2011 server:app
|
|||
|
||||
Should be similar for any other Flask ASGI/WSGI framework
|
||||
|
||||
# Usage (Docker)
|
||||
|
||||
Use this docker compose file
|
||||
|
||||
```yml
|
||||
services:
|
||||
bootstrapsona:
|
||||
image: git.swee.codes/swee/bootstrapsona:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 2011:2011/tcp
|
||||
volumes:
|
||||
- ./certs:/root/certs
|
||||
```
|
||||
|
||||
# Resources used
|
||||
* BootStrap 5.3.3 (CSS only)
|
||||
* FontAwesome 6.7.2 (Bare SVG)
|
Loading…
Add table
Add a link
Reference in a new issue