File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
volumes :
24
24
- ./docs:/docs
25
25
ports :
26
- - " 8001:8001"
26
+ - " 127.0.0.1: 8001:8001"
27
27
28
28
postgres :
29
29
container_name : postgres
@@ -38,7 +38,7 @@ services:
38
38
PGPASSWORD : postgres
39
39
PGUSER : postgres
40
40
ports :
41
- - 5432:5432
41
+ - " 127.0.0.1: 5432:5432"
42
42
depends_on :
43
43
- traefik
44
44
healthcheck :
@@ -62,7 +62,7 @@ services:
62
62
PGPASSWORD : postgres
63
63
PGUSER : postgres
64
64
ports :
65
- - 5000:5000
65
+ - " 127.0.0.1: 5000:5000"
66
66
67
67
react :
68
68
container_name : react
@@ -78,7 +78,7 @@ services:
78
78
- ./frontend:/app
79
79
- /app/node_modules
80
80
ports :
81
- - 8080:8080
81
+ - " 127.0.0.1: 8080:8080"
82
82
83
83
keycloak :
84
84
profiles : [ "keycloak" ]
@@ -89,7 +89,7 @@ services:
89
89
volumes :
90
90
- ./keycloak/realm.json:/opt/keycloak/data/import/realm.json
91
91
ports :
92
- - 1337:8080
92
+ - " 127.0.0.1: 1337:8080"
93
93
environment :
94
94
KEYCLOAK_CLIENT_ID : metagrid-localhost
95
95
KEYCLOAK_USER : admin
You can’t perform that action at this time.
0 commit comments