Skip to content

Commit 00ba69e

Browse files
fix mistakes in compose files
1 parent 6959b9b commit 00ba69e

7 files changed

Lines changed: 9 additions & 18 deletions

File tree

cli/users.local.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ volumes:
44
- "${DTAAS_DIR}/files/common:/workspace/common"
55
- "${DTAAS_DIR}/files/${username}:/workspace"
66
environment:
7-
- AUTHENTICATE_VIA_JUPYTER=
8-
- WORKSPACE_BASE_URL=${username}
7+
- MAIN_USER=${username}
98
shm_size: ${shm_size}
109
cpus: ${cpus}
1110
mem_limit: ${mem_limit}

cli/users.server.secure.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ volumes:
44
- "${DTAAS_DIR}/files/common:/workspace/common"
55
- "${DTAAS_DIR}/files/${username}:/workspace"
66
environment:
7-
- AUTHENTICATE_VIA_JUPYTER=
8-
- WORKSPACE_BASE_URL=${username}
7+
- MAIN_USER=${username}
98
shm_size: ${shm_size}
109
cpus: ${cpus}
1110
mem_limit: ${mem_limit}

cli/users.server.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ volumes:
44
- "${DTAAS_DIR}/files/common:/workspace/common"
55
- "${DTAAS_DIR}/files/${username}:/workspace"
66
environment:
7-
- AUTHENTICATE_VIA_JUPYTER=
8-
- WORKSPACE_BASE_URL=${username}
7+
- MAIN_USER=${username}
98
shm_size: ${shm_size}
109
cpus: ${cpus}
1110
mem_limit: ${mem_limit}

deploy/docker/compose.local.secure.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ services:
4444
- "${DTAAS_DIR}/files/common:/workspace/common"
4545
- "${DTAAS_DIR}/files/${username1}:/workspace"
4646
environment:
47-
- AUTHENTICATE_VIA_JUPYTER=
48-
- WORKSPACE_BASE_URL=${username1}
47+
- MAIN_USER=${username1}
4948
shm_size: "512m"
5049
cpus: 4
5150
mem_limit: "4G"

deploy/docker/compose.local.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ services:
3737
- ${DTAAS_DIR}/files/common:/workspace/common
3838
- ${DTAAS_DIR}/files/${username1}:/workspace
3939
environment:
40-
- AUTHENTICATE_VIA_JUPYTER=
41-
- WORKSPACE_BASE_URL=${username1}
40+
- MAIN_USER=${username1}
4241
shm_size: "512m"
4342
cpus: 4
4443
mem_limit: "4G"

deploy/docker/compose.server.secure.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ services:
5959
- "${DTAAS_DIR}/files/common:/workspace/common"
6060
- "${DTAAS_DIR}/files/${username1}:/workspace"
6161
environment:
62-
- AUTHENTICATE_VIA_JUPYTER=
63-
- WORKSPACE_BASE_URL=${username1}
62+
- MAIN_USER=${username1}
6463
shm_size: "512m"
6564
cpus: 4
6665
mem_limit: "4G"
@@ -80,8 +79,7 @@ services:
8079
- "${DTAAS_DIR}/files/common:/workspace/common"
8180
- "${DTAAS_DIR}/files/${username2}:/workspace"
8281
environment:
83-
- AUTHENTICATE_VIA_JUPYTER=
84-
- WORKSPACE_BASE_URL=${username2}
82+
- MAIN_USER=${username2}
8583
shm_size: "512m"
8684
cpus: 4
8785
mem_limit: "4G"

deploy/docker/compose.server.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ services:
5252
- ${DTAAS_DIR}/files/common:/workspace/common
5353
- ${DTAAS_DIR}/files/${username1}:/workspace
5454
environment:
55-
- AUTHENTICATE_VIA_JUPYTER=
56-
- WORKSPACE_BASE_URL=${username1}
55+
- MAIN_USER=${username1}
5756
shm_size: "512m"
5857
cpus: 4
5958
mem_limit: "4G"
@@ -73,8 +72,7 @@ services:
7372
- ${DTAAS_DIR}/files/common:/workspace/common
7473
- ${DTAAS_DIR}/files/${username2}:/workspace
7574
environment:
76-
- AUTHENTICATE_VIA_JUPYTER=
77-
- WORKSPACE_BASE_URL=${username2}
75+
- MAIN_USER=${username2}
7876
shm_size: "512m"
7977
cpus: 4
8078
mem_limit: "4G"

0 commit comments

Comments
 (0)