Tidying up for future changes

- Changelog started. Existing version 0.0.2
- Add section for application wide TODOs. Each moved to changelog when done
- Adjusted .gitignore and .dockerignore
- Updated image base to python:3.10-slim-trixie. Cleaned up image build.
- Added default environment values to compose file
- Cleaned up pyproject.toml.
- Deleted unused gui-tk.py.
This commit is contained in:
Doc
2025-10-03 16:00:52 -04:00
parent 71e933be72
commit a8b254fa8b
9 changed files with 82 additions and 73 deletions

View File

@@ -13,6 +13,9 @@ services:
- /home/doc/src/my/subdomain_server/config:/app/config:ro
environment:
- AUTH_FILE=/app/config/config.yaml
- LOG_LEVEL=DEBUG
- PORT=5232
- BINDING=0.0.0.0
restart: always
networks: