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
2fd7a58a
Commit
2fd7a58a
authored
Mar 13, 2024
by
marwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker-compose.yaml
parent
573a7c26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
docker-compose.yaml
+18
-18
No files found.
docker-compose.yaml
View file @
2fd7a58a
...
@@ -10,10 +10,10 @@ services:
...
@@ -10,10 +10,10 @@ services:
-
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
-
volume-jupyterlhome:/home/jovyan
#
- volume-jupyterlhome:/home/jovyan
-
volume-jupyterlib:/opt/conda/lib
#
- volume-jupyterlib:/opt/conda/lib
healthcheck
:
healthcheck
:
disable
:
true
disable
:
true
logging
:
logging
:
...
@@ -21,16 +21,16 @@ services:
...
@@ -21,16 +21,16 @@ services:
options
:
options
:
max-size
:
"
20m"
max-size
:
"
20m"
max-file
:
"
10"
max-file
:
"
10"
volumes
:
# volumes:
volume-jupyterlib
:
# volume-jupyterlib:
driver
:
local
# driver: local
driver_opts
:
# driver_opts:
device
:
/home/ubuntu/port/volume/jupyterhome
# device: /home/ubuntu/port/volume/jupyterhome
type
:
none
# type: none
o
:
bind
# o: bind
volume-jupyterlhome
:
# volume-jupyterlhome:
driver
:
local
# driver: local
driver_opts
:
# driver_opts:
device
:
/home/ubuntu/port/volume/jupyterlib
# device: /home/ubuntu/port/volume/jupyterlib
type
:
none
# type: none
o
:
bind
# o: bind
\ No newline at end of file
\ No newline at end of file
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