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
+6-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,12 @@ To properly set up and run the app perform following steps:
19
19
5. Before 2nd and every other app run (i.e. before executing Step4) set `spring.flyway.enabled` property to `false` located in `src/main/resources/application.properties`
20
20
21
21
## 2. App containerization
22
-
If you prefer not to have...
23
-
#TODO: Finish this!!!!!!!!!!!!!
22
+
If you prefer not to have needed Postgres 12 version installed on your computer locally you can run docker-compose.
23
+
In that use case you need to:
24
+
1. Disable port 5432 in order for containerized Postgres image to run
25
+
2. Create docker network named `app_db_net`.
26
+
27
+
Finally, execute `docker compose up -d` command to start both application and database containers.
0 commit comments