File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,8 @@ There are two Docker Compose files available for deployment (choose one):
217
217
- ` docker-compose.yml` : This file builds the Docker images for the backend and frontend applications and runs the services.
218
218
- ` docker-compose-ghimages.yaml` : This file pulls the Docker images from GitHub Container Registry and runs the services.
219
219
220
+ # ### Option 1
221
+
220
222
To deploy the services with Docker Compose, follow these steps:
221
223
222
224
1. Build and run the services:
@@ -230,6 +232,8 @@ To deploy the services with Docker Compose, follow these steps:
230
232
docker-compose down
231
233
` ` `
232
234
235
+ # ### Option 2
236
+
233
237
To deploy the services with Docker Compose using GitHub Container Registry images, follow these steps:
234
238
235
239
1. Run the following command:
You can’t perform that action at this time.
0 commit comments