Skip to content

Commit

Permalink
Create docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopezen authored Sep 18, 2024
1 parent 8202553 commit 623ef11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
portfolio_manager_lab_notebook:
build: ./
ports:
#Jupyter notebook port
- '8888:8888'
volumes:
- ./:/app

0 comments on commit 623ef11

Please sign in to comment.