Skip to content

Commit

Permalink
chore(compose): postgres mapped only to localhost
Browse files Browse the repository at this point in the history
Refs: TETP-295
  • Loading branch information
charn committed Sep 24, 2024
1 parent 343ff19 commit 945aeef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compose.benefit-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
LC_COLLATE: "fi_FI.UTF-8"
LC_CTYPE: "fi_FI.UTF-8"
ports:
- 5434:5432
- 127.0.0.1:5434:5432
volumes:
- pgdata:/var/lib/postgresql/data
container_name: benefit-db
Expand Down
2 changes: 1 addition & 1 deletion compose.benefit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
LC_COLLATE: "fi_FI.UTF-8"
LC_CTYPE: "fi_FI.UTF-8"
ports:
- 5434:5432
- 127.0.0.1:5434:5432
volumes:
- pgdata:/var/lib/postgresql/data
container_name: benefit-db
Expand Down
2 changes: 1 addition & 1 deletion compose.employer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
LC_COLLATE: 'fi_FI.UTF-8'
LC_CTYPE: 'fi_FI.UTF-8'
ports:
- 5434:5432
- 127.0.0.1:5434:5432
volumes:
- pgdata:/var/lib/postgresql/data
container_name: kesaseteli-db
Expand Down
2 changes: 1 addition & 1 deletion compose.handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
LC_COLLATE: 'fi_FI.UTF-8'
LC_CTYPE: 'fi_FI.UTF-8'
ports:
- 5434:5432
- 127.0.0.1:5434:5432
volumes:
- pgdata:/var/lib/postgresql/data
container_name: kesaseteli-db
Expand Down
2 changes: 1 addition & 1 deletion compose.tet-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
LC_COLLATE: "fi_FI.UTF-8"
LC_CTYPE: "fi_FI.UTF-8"
ports:
- 5434:5432
- 127.0.0.1:5434:5432
volumes:
- pgdata:/var/lib/postgresql/data
container_name: te-db
Expand Down
2 changes: 1 addition & 1 deletion compose.tet-youth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
LC_COLLATE: "fi_FI.UTF-8"
LC_CTYPE: "fi_FI.UTF-8"
ports:
- 5434:5432
- 127.0.0.1:5434:5432
volumes:
- pgdata:/var/lib/postgresql/data
container_name: te-db
Expand Down
2 changes: 1 addition & 1 deletion compose.tet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
LC_COLLATE: "fi_FI.UTF-8"
LC_CTYPE: "fi_FI.UTF-8"
ports:
- 5434:5432
- 127.0.0.1:5434:5432
volumes:
- pgdata:/var/lib/postgresql/data
container_name: te-db
Expand Down

0 comments on commit 945aeef

Please sign in to comment.