We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444ae10 commit d137574Copy full SHA for d137574
deployment/docker/compose-cluster.yml
@@ -38,6 +38,8 @@ services:
38
command: --config config.yaml
39
seq-ui-fe:
40
image: ghcr.io/ozontech/seq-ui-fe:latest
41
+ volumes:
42
+ - ./config.json:/usr/share/nginx/html/config.json
43
ports:
44
- "5173:80"
45
volumes:
deployment/docker/config.json
@@ -0,0 +1,3 @@
1
+{
2
+ "SEQ_UI_URL": "http://localhost:5555/"
3
+}
0 commit comments