Introduced a Dockerfile to build the wot-relay application using the Golang image based on Debian Bookworm.
Configured the working directory, cloned the repository, downloaded Go module dependencies, set environment variables, and built the Go application.
Exposed port 3334 and set the command to run the executable.
Added a Docker Compose file for streamlined service deployment, including environment variable configurations, volume binding for the database directory, and port mapping.