diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-16 12:04:12 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-16 12:04:12 +0000 |
commit | 437fc047e789340ace274159bf2046382b069140 (patch) | |
tree | 2434388b565bdb76b247cc7fa081ced4ebc8b8a6 /terminaldweller.com/cgit/docker-compose.yaml | |
parent | update (diff) | |
download | scripts-437fc047e789340ace274159bf2046382b069140.tar.gz scripts-437fc047e789340ace274159bf2046382b069140.zip |
update
Diffstat (limited to 'terminaldweller.com/cgit/docker-compose.yaml')
-rw-r--r-- | terminaldweller.com/cgit/docker-compose.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/terminaldweller.com/cgit/docker-compose.yaml b/terminaldweller.com/cgit/docker-compose.yaml index a578b71..3d6c9bf 100644 --- a/terminaldweller.com/cgit/docker-compose.yaml +++ b/terminaldweller.com/cgit/docker-compose.yaml @@ -34,6 +34,12 @@ services: entrypoint: ["/docker-entrypoint.sh"] cap_drop: - ALL + healthcheck: + test: exit 1 + interval: 1d + timeout: 10s + retries: 1 + restart: unless-stopped networks: cgitnet: bootstrapnet: |