Skip to content

Commit 4a4ca1e

Browse files
committed
[cli] internal: tweak anti-agent options in compose
1 parent 2880839 commit 4a4ca1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cli/CD/anti-agent/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ services:
1717
restart:
1818
always
1919
privileged: true
20+
command: "--poll-interval 60 --days 1"
2021
volumes:
2122
- tmp:/tmp
2223
# Mount CA certificates, curl seems not to find them when the pkgs.cacert is included in the image

cli/justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ build-anti-agent:
139139

140140
start-anti-agent bg="false":
141141
#!/usr/bin/env bash
142+
# shellcheck disable=SC2050
142143
if [[ '{{ bg }}' == "true" ]]; then
143144
docker compose -f CD/anti-agent/docker-compose.yaml up -d
144145
else

0 commit comments

Comments
 (0)