Skip to content

Commit

Permalink
Update and rename docker-publish-manual.yml to docker-publish.yml (#63)
Browse files Browse the repository at this point in the history
* Update and rename docker-publish-manual.yml to docker-publish.yml

* Create docker-compose.override.yml

* Update docker-compose.yml

* Update docker-compose.yml

* Update docker-publish.yml
  • Loading branch information
RuiFilipeCampos authored Apr 29, 2023
1 parent 6ede7fa commit f90f0f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Buld and Publish Image (Manual Trigger)
name: Buld and Publish Image


on:
Expand Down Expand Up @@ -34,7 +34,6 @@ jobs:

# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
with:
registry: ${{ env.REGISTRY }}
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

services:
jupyter-notebook:
build: .
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


services:
jupyter-notebook:
build: .
jupyter-notebook:
image: ghcr.io/ruifilipecampos/montycarlo:${MONTY_VERSION:-dev}
command: jupyter notebook --ip='0.0.0.0' --port=${MONTY_JUPYTER_PORT:-8888} --no-browser --allow-root --NotebookApp.token=${MONTY_JUPYTER_TOKEN:-''}
ports:
- ${MONTY_JUPYTER_PORT:-8888}:8888
Expand Down

0 comments on commit f90f0f5

Please sign in to comment.