Skip to content

Commit

Permalink
chore: fixup docker-compose errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jun 18, 2024
1 parent ddc79c8 commit eb82abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- ./node-packages:/app/node-packages:delegated
environment:
- CONSOLE_LOGGING_LEVEL=trace
- SIDECAR_HANDLER_HOST=sshkeyhandler
- SIDECAR_HANDLER_HOST=apisidecarhandler
api-db-init:
image: ${IMAGE_REPO:-lagoon}/api
command: >
Expand Down Expand Up @@ -113,13 +113,13 @@ services:
- S3_BAAS_ACCESS_KEY_ID=minio
- S3_BAAS_SECRET_ACCESS_KEY=minio123
- CONSOLE_LOGGING_LEVEL=debug
- SIDECAR_HANDLER_HOST=sshkeyhandler
- SIDECAR_HANDLER_HOST=apisidecarhandler
depends_on:
api-lagoon-migrations:
condition: service_started
keycloak:
condition: service_started
keycloak:
api-sidecar-handler:
condition: service_started
ports:
- '3000:3000'
Expand Down

0 comments on commit eb82abb

Please sign in to comment.