https://github.com/rodrigo15975/microservices-clients
https://github.com/rodrigo15975/microservices-clients
brevo-api docker microservice nestjs postgresql prisma rabittmq redis stripe swagger typescript
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigo15975/microservices-clients
- Owner: Rodrigo15975
- Created: 2025-01-01T07:28:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-23T01:25:04.000Z (11 months ago)
- Last Synced: 2025-02-23T02:25:40.522Z (11 months ago)
- Topics: brevo-api, docker, microservice, nestjs, postgresql, prisma, rabittmq, redis, stripe, swagger, typescript
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Docker.md
Awesome Lists containing this project
README
### Building and running your application
When you're ready, start your application by running:
`docker compose up --build`.
### Deploying your application to the cloud
First, build your image, e.g.: `docker build -t myapp .`.
If your cloud uses a different CPU architecture than your development
machine (e.g., you are on a Mac M1 and your cloud provider is amd64),
you'll want to build the image for that platform, e.g.:
`docker build --platform=linux/amd64 -t myapp .`.
Then, push it to your registry, e.g. `docker push myregistry.com/myapp`.
Consult Docker's [getting started](https://docs.docker.com/go/get-started-sharing/)
docs for more detail on building and pushing.