You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Services created with Amplication comprise of at least two main parts:
15
+
Services created with Amplication, which automatically generates the code, comprise of at least two main parts:
16
16
17
17
1. The server that runs the API
18
18
2. A database
19
19
20
-
There can be other parts like a Kafka message broker, or a Redis cache, or something else that your service needs.
20
+
There can be other parts like a Kafka message broker, or a Redis cache, other integration that your service needs.
21
21
These will all be additional containers that will be specified in the `docker-compose` file.
22
22
23
23
When it comes to deployment, you have several options to choose from, allowing you to select the best approach for your development workflow and production needs.
0 commit comments