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
Copy file name to clipboardExpand all lines: Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### Docker Compose for a FullStack Application
1
+
### Docker Compose for a Full-Stack Application with React, Node.js, and PostgreSQL
2
2
3
3
This repository demonstrates how to set up a React JS, Node JS server with a PostgreSQL database server inside docker containers and connect them all together
4
4
@@ -152,4 +152,4 @@ client:
152
152
**Explanation**
153
153
Note: *The commands for `client` are very similar to the already explained above for `server` and `postgres`*
154
154
155
-
That's a wrap for a basic tutorial on how to get Docker and Docker Compose set up for a Full Stack Application.
155
+
This tutorial provides a basic understanding of using Docker Compose to manage a full-stack application. Explore the code and docker-compose.yml file for further details.
0 commit comments