(*≧ω≦*) Preparing for 0.3.0 release!

~ README revised
~ updated Docker files
+ all const are placed in a separate file
+ auto creation for avatars folder
+ automatic retrieval of the latest Figura version for version request in api
This commit is contained in:
Shiroyasha 2024-08-19 22:54:45 +03:00
parent d45a495cbf
commit dabe176e0e
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
13 changed files with 355 additions and 224 deletions

View file

@ -15,8 +15,9 @@ services:
volumes:
- ./Config.toml:/app/Config.toml:ro
- ./avatars:/app/avatars
- ./logs:/app/logs
environment:
- RUST_LOG=sculptor=info
- RUST_LOG=info
## Recommended for use with reverse proxy.
# networks:
# - traefik