restrucuture_for_cloud (#4)

- update multicast_server
- modify config models
- add dockerfile and docker compose

Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/4
This commit was merged in pull request #4.
This commit is contained in:
2025-03-19 13:00:13 +01:00
parent 948f3a1d90
commit 8ea7aeb412
8 changed files with 208 additions and 148 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ coverage/ # Coverage results after running tests with coverage tools
.dist-info/ # Wheel metadata (use poetry build to handle this)
*.egg-info/ # Egg info directory (automatically created by pip)
auracast.egg-info/
/build
# Ignore these file types and extensions
*.pyc # Compiled Python files (.pyc, .pyo are automatically ignored by git)