File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ services:
3636 - " 5556:5556" # Default gRPC port
3737 - " 5557:5557" # Default debug port
3838 command : --config config.yaml
39-
39+ seq-ui-fe :
40+ image : ghcr.io/ozontech/seq-ui-fe:latest
41+ ports :
42+ - " 5173:80"
4043volumes :
4144 seqdbdata : {}
Original file line number Diff line number Diff line change @@ -16,15 +16,5 @@ services:
1616 stdin_open : true
1717 tty : true
1818 restart : unless-stopped
19- seq-ui :
20- image : ghcr.io/ozontech/seq-ui:latest
21- volumes :
22- - ./config.seq-ui.yaml:/seq-ui/config.yaml
23- ports :
24- - " 5555:5555" # Default HTTP port
25- - " 5556:5556" # Default gRPC port
26- - " 5557:5557" # Default debug port
27- command : --config config.yaml
28-
2919volumes :
3020 seqdbdata : {}
Original file line number Diff line number Diff line change 22 http_addr : " 0.0.0.0:5555"
33 grpc_addr : " 0.0.0.0:5556"
44 debug_addr : " 0.0.0.0:5557"
5+ cors :
6+ allowed_headers :
7+ - Content-Type
8+ - Authorization
9+ allowed_methods :
10+ - HEAD
11+ - GET
12+ - POST
13+ - PATCH
14+ - DELETE
15+ allowed_origins :
16+ - ' *'
17+ max_age : 300
518clients :
619 seq_db_addrs :
720 - " seq-db-proxy:9004"
You can’t perform that action at this time.
0 commit comments