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
3abac291
Commit
3abac291
authored
Mar 13, 2024
by
marwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parents
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
docker-compose.yaml
+37
-0
No files found.
docker-compose.yaml
0 → 100644
View file @
3abac291
version
:
'
3.8'
services
:
jupyter-notebook
:
image
:
harbor.nexpie.com/flowstack/jupyter:1.0.1-2-2344bb3a
ports
:
-
"
48889:8888"
environment
:
-
LOCAL_DEV=yes
-
JUPYTER_NEXIIOT_TOKEN=
-
JUPYTER_NEXIIOT_PASSWORD=
-
JUPYTER_NEXIIOT_DESTINATION_EMBED=localhost:40001
volumes
:
# - volume-workspace:/home/jovyan
-
volume-jupyterlhome:/home/jovyan
-
volume-jupyterlib:/opt/conda/lib
healthcheck
:
disable
:
true
logging
:
driver
:
"
json-file"
options
:
max-size
:
"
20m"
max-file
:
"
10"
volumes
:
volume-jupyterlib
:
driver
:
local
driver_opts
:
device
:
/home/ubuntu/port/volume/jupyterhome
type
:
none
o
:
bind
volume-jupyterlhome
:
driver
:
local
driver_opts
:
device
:
/home/ubuntu/port/volume/jupyterlib
type
:
none
o
:
bind
\ 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