Skip to content

Commit 7b4ba70

Browse files
committed
Dockerfile updates (network+vols).
1 parent bc3277c commit 7b4ba70

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docker/docker-compose-dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,13 @@ services:
5050
volumes:
5151
jupyter-hub-vol:
5252
driver: local
53-
external: true
5453
jupyter-hub-shared-scratch:
5554
driver: local
56-
external: true
5755

5856
#---------------------------------------------------------------------------#
5957
# Docker networks. #
6058
#---------------------------------------------------------------------------#
6159
networks:
6260
cognet:
63-
external: true
6461
name: cogstack-net
6562

docker/docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,13 @@ volumes:
4949
jupyter-hub-vol:
5050
name: "${VOLUME_PREFIX:-deploy_}jupyter-hub-vol"
5151
driver: local
52-
external: true
5352
jupyter-hub-shared-scratch:
5453
name: "${VOLUME_PREFIX:-deploy_}jupyter-hub-shared-scratch"
5554
driver: local
56-
external: true
5755

5856
#---------------------------------------------------------------------------#
5957
# Docker networks. #
6058
#---------------------------------------------------------------------------#
6159
networks:
6260
cognet:
63-
external: true
64-
name: cogstack-net
61+
name: cogstack-net

0 commit comments

Comments
 (0)