Skip to content

Commit

Permalink
amend makefile 3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEllwood committed Dec 3, 2024
1 parent f15602c commit 5176e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export REGISTRY:= ghcr.io/ministryofjustice/nginx-proxy-jupyter
export REGISTRY:= ghcr.io/xxxx/nginx-proxy-jupyter
export NETWORK?=default
export REPOSITORY:=nginx-proxy-jupyter
export VERSION?=0.0.1
#export IMAGE_TAG?=UNSET
export IMAGE_TAG?= local
export PROXY_PORT?=8001
export USERNAME?=test-user
Expand All @@ -21,7 +20,8 @@ push:
build:
docker build --network=${NETWORK} -t ${REGISTRY}:${IMAGE_TAG} nginx-proxy

up: docker-compose up -d jupyter-lab nginx-proxy
up:
docker-compose up -d jupyter-lab nginx-proxy

logs:
docker-compose logs -f nginx-proxy
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
#version: "3.9"
version: "3.9"

services:
jupyter-lab:
Expand Down

0 comments on commit 5176e01

Please sign in to comment.