Skip to content

Commit 887fd2b

Browse files
committed
Docker compose updated with latest release ref.
1 parent 58af858 commit 887fd2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docker/docker-compose-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ volumes:
5252
jupyter-hub-shared-scratch:
5353
driver: local
5454

55+
#---------------------------------------------------------------------------#
56+
# Docker networks. #
57+
#---------------------------------------------------------------------------#
5558
networks:
5659
cognet:
5760
name: cogstack-net

docker/docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
cogstack-jupyter-hub:
3-
image: cogstacksystems/jupyter-hub:2.0.1-${CPU_ARCHITECTURE:-amd64}
3+
image: cogstacksystems/jupyter-hub:2.0.2-${CPU_ARCHITECTURE:-amd64}
44
container_name: cogstack-jupyter-hub
55
restart: always
66
environment:
@@ -50,6 +50,9 @@ volumes:
5050
jupyter-hub-shared-scratch:
5151
driver: local
5252

53+
#---------------------------------------------------------------------------#
54+
# Docker networks. #
55+
#---------------------------------------------------------------------------#
5356
networks:
5457
cognet:
5558
driver: bridge

0 commit comments

Comments
 (0)