Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jupyter-deploy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
jupyter-deploy
Commits
07469f65
Commit
07469f65
authored
Nov 11, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
attachments
parent
345b9a00
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
.dockerignore
.dockerignore
+1
-0
.gitignore
.gitignore
+1
-0
ansible/deploy.yaml
ansible/deploy.yaml
+11
-0
ansible/docker-compose.yml.j2
ansible/docker-compose.yml.j2
+1
-0
No files found.
.dockerignore
View file @
07469f65
...
@@ -120,3 +120,4 @@ __pycache__
...
@@ -120,3 +120,4 @@ __pycache__
Dockerfile
Dockerfile
.gitlab-ci.yml
.gitlab-ci.yml
/config.yaml
/config.yaml
/ansible/attachments
.gitignore
View file @
07469f65
...
@@ -113,3 +113,4 @@ __pycache__
...
@@ -113,3 +113,4 @@ __pycache__
/ansible/inventory.yaml
/ansible/inventory.yaml
/data
/data
/ansible/attachments
ansible/deploy.yaml
View file @
07469f65
...
@@ -48,6 +48,17 @@
...
@@ -48,6 +48,17 @@
archive
:
no
archive
:
no
perms
:
yes
perms
:
yes
notify
:
restart_nginx
notify
:
restart_nginx
-
name
:
certs
synchronize
:
src
:
'
./attachments/'
dest
:
'
{{
jupyter_root
}}/attachments'
delete
:
yes
copy_links
:
yes
recursive
:
yes
verify_host
:
no
checksum
:
yes
archive
:
no
perms
:
yes
-
name
:
instance configs
-
name
:
instance configs
become
:
true
become
:
true
copy
:
copy
:
...
...
ansible/docker-compose.yml.j2
View file @
07469f65
...
@@ -21,4 +21,5 @@ services:
...
@@ -21,4 +21,5 @@ services:
volumes:
volumes:
- ./instances/config/{{ instance.name }}.json:/home/jovyan/.jupyter/jupyter_notebook_config.json:ro
- ./instances/config/{{ instance.name }}.json:/home/jovyan/.jupyter/jupyter_notebook_config.json:ro
- ./instances/data/{{ instance.name }}:/home/jovyan/work
- ./instances/data/{{ instance.name }}:/home/jovyan/work
- ./attachments:/home/jovyan/attachments:ro
{% endfor %}
{% endfor %}
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