Skip to content

Commit 2badb82

Browse files
committed
add axra hosts
1 parent 72b348f commit 2badb82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ services:
2424
- postgres # Ensure the database starts before the app
2525
ports:
2626
- "8080:8080"
27+
extra_hosts:
28+
- "postgres:127.0.0.1"
29+
- "somehost:162.242.195.82"
30+
- "otherhost:50.31.209.229"
2731

2832
frontend:
2933
image: pet_places_frontend

0 commit comments

Comments
 (0)