Skip to content

Commit

Permalink
restore chapter 2 docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek committed Mar 28, 2024
1 parent 1344f13 commit f89ebac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Chapter-2-modules-separation/Src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ services:

postgres:
image: postgres:14.3
container_name: postgres_fitnet_2
container_name: postgres
ports:
- 7432:5432
- 5432:5432
environment:
- POSTGRES_PASSWORD=mysecretpassword
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
interval: 10s
timeout: 5s
retries: 5
retries: 5

0 comments on commit f89ebac

Please sign in to comment.