Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-gitops
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marwan
docker-gitops
Commits
a1bc8d8e
Commit
a1bc8d8e
authored
Mar 25, 2024
by
marwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker-compose.yaml
parent
03f91e08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
docker-compose.yaml
+9
-9
No files found.
docker-compose.yaml
View file @
a1bc8d8e
...
@@ -3,17 +3,17 @@ services:
...
@@ -3,17 +3,17 @@ services:
jupyter-notebook
:
jupyter-notebook
:
image
:
harbor.nexpie.com/flowstack/jupyter:1.0.1-2-2344bb3a
image
:
harbor.nexpie.com/flowstack/jupyter:1.0.1-2-2344bb3a
ports
:
#
ports:
-
"
48890:8888"
#
- "48890:8888"
environment
:
environment
:
-
LOCAL_DEV=yes
-
LOCAL_DEV=yes
-
JUPYTER_NEXIIOT_TOKEN=
-
JUPYTER_NEXIIOT_TOKEN=
-
JUPYTER_NEXIIOT_PASSWORD=
-
JUPYTER_NEXIIOT_PASSWORD=
-
JUPYTER_NEXIIOT_DESTINATION_EMBED=localhost:40001
-
JUPYTER_NEXIIOT_DESTINATION_EMBED=localhost:40001
volumes
:
#
volumes:
# - volume-workspace:/home/jovyan
#
# - volume-workspace:/home/jovyan
-
jupyterhome:/home/jovyan
#
- jupyterhome:/home/jovyan
# - volume-jupyterlib:/opt/conda/lib
#
#
- volume-jupyterlib:/opt/conda/lib
healthcheck
:
healthcheck
:
disable
:
true
disable
:
true
logging
:
logging
:
...
@@ -21,9 +21,9 @@ services:
...
@@ -21,9 +21,9 @@ services:
options
:
options
:
max-size
:
"
20m"
max-size
:
"
20m"
max-file
:
"
10"
max-file
:
"
10"
volumes
:
#
volumes:
jupyterhome
:
#
jupyterhome:
external
:
true
#
external: true
# volume-jupyterlib:
# volume-jupyterlib:
# driver: local
# driver: local
# driver_opts:
# driver_opts:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment