Skip to content

Commit

Permalink
console & rotor: unify CH env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Mar 15, 2024
1 parent f63c6f4 commit 5f7dfdb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,6 @@ services:
console:
condition: service_healthy

events-log-trim:
tty: true
image: curlimages/curl
restart: "unless-stopped"
environment:
CONSOLE_TOKEN: ${CONSOLE_TOKEN:-default}
command: 'watch -n 300 "curl --silent --output nul --show-error -H ''Authorization: Bearer service-admin-account:${CONSOLE_TOKEN:-default}'' http://console:3000/api/admin/events-log-trim"'
depends_on:
console:
condition: service_healthy

bulker:
tty: true
image: jitsucom/bulker:${DOCKER_TAG:-latest}
Expand Down

0 comments on commit 5f7dfdb

Please sign in to comment.