Skip to content

Commit

Permalink
chore: update janitor interval
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Sep 28, 2023
1 parent ded2c5a commit 905cded
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: pnpm install && pnpm run build
command: pnpm run dev


3 changes: 3 additions & 0 deletions docker/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ services:
mode: global
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TIME_BETWEEN_RUNS=3600
- UNUSED_TIME=6h

sematext-agent:
image: sematext/agent:latest
Expand Down
3 changes: 3 additions & 0 deletions docker/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ services:
image: appwrite/docker-janitor
deploy:
mode: global
environment:
- TIME_BETWEEN_RUNS=600
- UNUSED_TIME=10m
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Expand Down

0 comments on commit 905cded

Please sign in to comment.