Skip to content

Commit 51af621

Browse files
committed
rename
1 parent 0b2ea9f commit 51af621

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

services/docker-compose.devel.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# NOTES:
44
# - port 3000 used for ptsv
55
#
6-
x-common-environment: &common-environment
6+
x-common_environment: &common_environment
77
# Enforces *_DEBUG option in all services. ONLY allowed in devel-mode!
88
DEBUG : "true"
99
# Enforces app to boot debug mode (see docker/boot.sh). ONLY allowed in devel-mode!
@@ -13,7 +13,7 @@ x-common-environment: &common-environment
1313
services:
1414
api-server:
1515
environment:
16-
<<: *common-environment
16+
<<: *common_environment
1717
API_SERVER_PROFILING : ${API_SERVER_PROFILING}
1818
API_SERVER_LOGLEVEL: DEBUG
1919
volumes:
@@ -23,7 +23,7 @@ services:
2323

2424
api-worker:
2525
environment:
26-
<<: *common-environment
26+
<<: *common_environment
2727
API_SERVER_PROFILING : ${API_SERVER_PROFILING}
2828
API_SERVER_LOGLEVEL: DEBUG
2929
volumes:
@@ -33,7 +33,7 @@ services:
3333

3434
autoscaling:
3535
environment:
36-
<<: *common-environment
36+
<<: *common_environment
3737
AUTOSCALING_LOGLEVEL: DEBUG
3838

3939
volumes:
@@ -43,7 +43,7 @@ services:
4343

4444
invitations:
4545
environment:
46-
<<: *common-environment
46+
<<: *common_environment
4747
INVITATIONS_LOGLEVEL: DEBUG
4848
volumes:
4949
- ./invitations:/devel/services/invitations
@@ -52,7 +52,7 @@ services:
5252

5353
payments:
5454
environment:
55-
<<: *common-environment
55+
<<: *common_environment
5656
PAYMENTS_LOGLEVEL: DEBUG
5757
volumes:
5858
- ./payments:/devel/services/payments
@@ -61,7 +61,7 @@ services:
6161

6262
dynamic-schdlr:
6363
environment:
64-
<<: *common-environment
64+
<<: *common_environment
6565
DYNAMIC_SCHEDULER_PROFILING : ${DYNAMIC_SCHEDULER_PROFILING}
6666
DYNAMIC_SCHEDULER_LOGLEVEL: DEBUG
6767
volumes:
@@ -73,7 +73,7 @@ services:
7373

7474
catalog:
7575
environment:
76-
<<: *common-environment
76+
<<: *common_environment
7777
CATALOG_PROFILING : ${CATALOG_PROFILING}
7878
DYNAMIC_SIDECAR_MOUNT_PATH_DEV : ${PWD}/services/dynamic-sidecar
7979
CATALOG_LOGLEVEL: DEBUG
@@ -84,7 +84,7 @@ services:
8484

8585
notifications:
8686
environment:
87-
<<: *common-environment
87+
<<: *common_environment
8888
NOTIFICATIONS_PROFILING : ${NOTIFICATIONS_PROFILING}
8989
NOTIFICATIONS_LOGLEVEL: DEBUG
9090
volumes:
@@ -94,7 +94,7 @@ services:
9494

9595
clusters-keeper:
9696
environment:
97-
<<: *common-environment
97+
<<: *common_environment
9898
CLUSTERS_KEEPER_LOGLEVEL: DEBUG
9999
volumes:
100100
- ./clusters-keeper:/devel/services/clusters-keeper
@@ -103,7 +103,7 @@ services:
103103

104104
datcore-adapter:
105105
environment:
106-
<<: *common-environment
106+
<<: *common_environment
107107
DATCORE_ADAPTER_LOGLEVEL: DEBUG
108108
volumes:
109109
- ./datcore-adapter:/devel/services/datcore-adapter
@@ -121,7 +121,7 @@ services:
121121

122122
director-v2:
123123
environment:
124-
<<: *common-environment
124+
<<: *common_environment
125125
DIRECTOR_V2_PROFILING : ${DIRECTOR_V2_PROFILING}
126126
DYNAMIC_SIDECAR_MOUNT_PATH_DEV : ${PWD}/services/dynamic-sidecar
127127
DIRECTOR_V2_LOGLEVEL: DEBUG
@@ -133,7 +133,7 @@ services:
133133

134134
efs-guardian:
135135
environment:
136-
<<: *common-environment
136+
<<: *common_environment
137137
EFS_GUARDIAN_LOGLEVEL: DEBUG
138138
volumes:
139139
- ./efs-guardian:/devel/services/efs-guardian
@@ -155,7 +155,7 @@ services:
155155
- ../packages:/devel/packages
156156
- ${HOST_UV_CACHE_DIR}:/home/scu/.cache/uv
157157
environment: &webserver_environment_devel
158-
<<: *common-environment
158+
<<: *common_environment
159159
DEBUG: 1 # NOTE: gunicorn expects an int not a boolean
160160
WEBSERVER_LOGLEVEL: DEBUG
161161
WEBSERVER_PROFILING: ${WEBSERVER_PROFILING}
@@ -192,7 +192,7 @@ services:
192192
- ${ETC_HOSTNAME:-/etc/hostname}:/home/scu/hostname:ro
193193

194194
environment:
195-
<<: *common-environment
195+
<<: *common_environment
196196
SIDECAR_LOGLEVEL: DEBUG
197197
ports:
198198
- "3000"
@@ -202,7 +202,7 @@ services:
202202
dask-scheduler:
203203
volumes: *dask-sidecar_volumes_devel
204204
environment:
205-
<<: *common-environment
205+
<<: *common_environment
206206
SIDECAR_LOGLEVEL: DEBUG
207207
ports:
208208
- "3000"
@@ -212,7 +212,7 @@ services:
212212

213213
resource-usage-tracker:
214214
environment:
215-
<<: *common-environment
215+
<<: *common_environment
216216
RESOURCE_USAGE_TRACKER_LOGLEVEL: DEBUG
217217
volumes:
218218
- ./resource-usage-tracker:/devel/services/resource-usage-tracker
@@ -225,7 +225,7 @@ services:
225225
- ../packages:/devel/packages
226226
- ${HOST_UV_CACHE_DIR}:/home/scu/.cache/uv
227227
environment:
228-
<<: *common-environment
228+
<<: *common_environment
229229
STORAGE_PROFILING : ${STORAGE_PROFILING}
230230
STORAGE_LOGLEVEL: DEBUG
231231

@@ -235,7 +235,7 @@ services:
235235
- ../packages:/devel/packages
236236
- ${HOST_UV_CACHE_DIR}:/home/scu/.cache/uv
237237
environment:
238-
<<: *common-environment
238+
<<: *common_environment
239239
STORAGE_PROFILING : ${STORAGE_PROFILING}
240240
STORAGE_LOGLEVEL: DEBUG
241241

@@ -245,13 +245,13 @@ services:
245245
- ../packages:/devel/packages
246246
- ${HOST_UV_CACHE_DIR}:/home/scu/.cache/uv
247247
environment:
248-
<<: *common-environment
248+
<<: *common_environment
249249
STORAGE_PROFILING : ${STORAGE_PROFILING}
250250
STORAGE_LOGLEVEL: DEBUG
251251

252252
agent:
253253
environment:
254-
<<: *common-environment
254+
<<: *common_environment
255255
AGENT_LOGLEVEL: DEBUG
256256
volumes:
257257
- ./agent:/devel/services/agent

0 commit comments

Comments
 (0)