Skip to content

Commit

Permalink
🐛Fix up-devel Makefile target (ITISFoundation#5806)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored May 13, 2024
1 parent 3d7e2e1 commit 3e72aa5
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions services/docker-compose.devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
environment:
<<: *common-environment
API_SERVER_PROFILING : ${API_SERVER_PROFILING}
API_SERVER_LOGLEVEL: DEBUG
volumes:
- ./api-server:/devel/services/api-server
- ../packages:/devel/packages
Expand All @@ -31,13 +32,15 @@ services:
invitations:
environment:
<<: *common-environment
INVITATIONS_LOGLEVEL: DEBUG
volumes:
- ./invitations:/devel/services/invitations
- ../packages:/devel/packages

payments:
environment:
<<: *common-environment
PAYMENTS_LOGLEVEL: DEBUG
volumes:
- ./payments:/devel/services/payments
- ../packages:/devel/packages
Expand All @@ -46,6 +49,7 @@ services:
environment:
<<: *common-environment
DYNAMIC_SCHEDULER_PROFILING : ${DYNAMIC_SCHEDULER_PROFILING}
DYNAMIC_SCHEDULER_LOGLEVEL: DEBUG
volumes:
- ./dynamic-scheduler:/devel/services/dynamic-scheduler
- ../packages:/devel/packages
Expand All @@ -57,21 +61,23 @@ services:
<<: *common-environment
CATALOG_PROFILING : ${CATALOG_PROFILING}
DYNAMIC_SIDECAR_MOUNT_PATH_DEV : ${PWD}/services/dynamic-sidecar

CATALOG_LOGLEVEL: DEBUG
volumes:
- ./catalog:/devel/services/catalog
- ../packages:/devel/packages

clusters-keeper:
environment:
<<: *common-environment
CLUSTERS_KEEPER_LOGLEVEL: DEBUG
volumes:
- ./clusters-keeper:/devel/services/clusters-keeper
- ../packages:/devel/packages

datcore-adapter:
environment:
<<: *common-environment
DATCORE_ADAPTER_LOGLEVEL: DEBUG
volumes:
- ./datcore-adapter:/devel/services/datcore-adapter
- ../packages:/devel/packages
Expand All @@ -90,6 +96,7 @@ services:
<<: *common-environment
DIRECTOR_V2_PROFILING : ${DIRECTOR_V2_PROFILING}
DYNAMIC_SIDECAR_MOUNT_PATH_DEV : ${PWD}/services/dynamic-sidecar
DIRECTOR_V2_LOGLEVEL: DEBUG

volumes:
- ./director-v2:/devel/services/director-v2
Expand All @@ -108,7 +115,8 @@ services:
- ../packages:/devel/packages
environment: &webserver_environment_devel
<<: *common-environment
WEBSERVER_LOGLEVEL: ${WEBSERVER_LOGLEVEL}
DEBUG: 1 # NOTE: gunicorn expects an int not a boolean
WEBSERVER_LOGLEVEL: DEBUG
WEBSERVER_PROFILING: ${WEBSERVER_PROFILING}
WEBSERVER_REMOTE_DEBUGGING_PORT: 3000

Expand Down Expand Up @@ -137,8 +145,7 @@ services:
- ${ETC_HOSTNAME:-/etc/hostname}:/home/scu/hostname:ro

environment:
LOGLEVEL: DEBUG
SC_BOOT_MODE: debug
<<: *common-environment
SIDECAR_LOGLEVEL: DEBUG
ports:
- "3000"
Expand All @@ -159,6 +166,7 @@ services:
resource-usage-tracker:
environment:
<<: *common-environment
RESOURCE_USAGE_TRACKER_LOGLEVEL: DEBUG
volumes:
- ./resource-usage-tracker:/devel/services/resource-usage-tracker
- ../packages:/devel/packages
Expand All @@ -170,11 +178,12 @@ services:
environment:
<<: *common-environment
STORAGE_PROFILING : ${STORAGE_PROFILING}
STORAGE_LOGLEVEL: DEBUG

agent:
environment:
<<: *common-environment

AGENT_LOGLEVEL: DEBUG
volumes:
- ./agent:/devel/services/agent
- ../packages:/devel/packages

0 comments on commit 3e72aa5

Please sign in to comment.