docker run --name my-postgres -e POSTGRES_PASSWORD=secret -p 5432:5432 -d postgres:17-alpine
psql -h localhost -p 5432 -U postgres -d postgres
go run ./cmd/delivery/main.go
delivery service should be run in mulitple instances by putting delivery services behind a nginx proxy you can distribute worker processes over multiple instances
go run ./cmd/3pl/main.go
go run ./cmd/seeder/main.go