Skip to content

Commit 89ef3b7

Browse files
committed
Add readme
1 parent a17dcb6 commit 89ef3b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ There are two Docker Compose files available for deployment (choose one):
217217
- `docker-compose.yml`: This file builds the Docker images for the backend and frontend applications and runs the services.
218218
- `docker-compose-ghimages.yaml`: This file pulls the Docker images from GitHub Container Registry and runs the services.
219219

220+
#### Option 1
221+
220222
To deploy the services with Docker Compose, follow these steps:
221223

222224
1. Build and run the services:
@@ -230,6 +232,8 @@ To deploy the services with Docker Compose, follow these steps:
230232
docker-compose down
231233
```
232234

235+
#### Option 2
236+
233237
To deploy the services with Docker Compose using GitHub Container Registry images, follow these steps:
234238

235239
1. Run the following command:

0 commit comments

Comments
 (0)