Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DSI Parser Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DigitalDynamicMeasurement
DSI Parser Frontend
Commits
9189d32f
Commit
9189d32f
authored
10 months ago
by
Benedikt
Browse files
Options
Downloads
Patches
Plain Diff
changed pathes
parent
469bf55b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfile
+2
-2
2 additions, 2 deletions
dockerfile
supervisord.conf
+2
-2
2 additions, 2 deletions
supervisord.conf
with
4 additions
and
4 deletions
dockerfile
+
2
−
2
View file @
9189d32f
...
...
@@ -12,8 +12,8 @@ RUN pip install --no-cache-dir -r dsi-parser-frontend/requirements.txt
RUN
pip
install
supervisor
EXPOSE
5020 5021
RUN
cd
dsi-parser-frontend
# Command to start Supervisor, which handles starting both the Bokeh server and FastAPI
CMD
["supervisord", "-c", "
dsi-parser-frontend/
supervisord.conf"]
CMD
["supervisord", "-c", "supervisord.conf"]
#CMD ["bokeh", "serve", "dsi-parser-frontend/", "--port", "5020", "--allow-websocket-origin", "*","--use-xheaders","--prefix","dsi-parser-frontend"]
This diff is collapsed.
Click to expand it.
supervisord.conf
+
2
−
2
View file @
9189d32f
...
...
@@ -2,14 +2,14 @@
nodaemon
=
true
[
program
:
bokeh
]
command
=
bokeh
serve
dsi
-
parser
-
frontend
/
--
port
5020
--
allow
-
websocket
-
origin
=* --
use
-
xheaders
--
prefix
dsi
-
parser
-
frontend
command
=
bokeh
serve
./
main
.
py
--
port
5020
--
allow
-
websocket
-
origin
=* --
use
-
xheaders
--
prefix
dsi
-
parser
-
frontend
autostart
=
true
autorestart
=
true
stderr_logfile
=/
var
/
log
/
bokeh_stderr
.
log
stdout_logfile
=/
var
/
log
/
bokeh_stdout
.
log
[
program
:
fastapi
]
command
=
uvicorn
dsi
-
parser
-
frontend
/
restAPIServer
:
app
--
host
0
.
0
.
0
.
0
--
port
5021
command
=
uvicorn
restAPIServer
:
app
--
host
0
.
0
.
0
.
0
--
port
5021
autostart
=
true
autorestart
=
true
stderr_logfile
=/
var
/
log
/
fastapi_stderr
.
log
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment