All this service does is generate the next world event day.
py3.12 poetry
pipx install poetry
poetry --version
https://scoop.sh/ https://pipx.pypa.io/stable/installation/
Docker compose w/doppler to inject secrets / os vars
# Run only the world-clock service
doppler run -- docker compose -f docker-compose.services.yaml build
# Run with infrastructure (Kafka, Redis, etc.)
doppler run -- docker compose -f docker-compose.infrastructure.yaml -f docker-compose.services.yaml up -d
poetry run isort src
poetry run black src
- taskfile
- docker commands for local