diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-09 09:20:26 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-09 09:20:26 +0000 |
commit | b70d2c955dac97d6198d3feae64ca043561d46fc (patch) | |
tree | 29a98b4c26e240ddad188871970088348ce7ecbb /docker-compose.yaml | |
parent | typo (diff) | |
download | hived-b70d2c955dac97d6198d3feae64ca043561d46fc.tar.gz hived-b70d2c955dac97d6198d3feae64ca043561d46fc.zip |
hived now caches results. just trying not to exceed our quotas.
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index b01901f..25245d4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -60,6 +60,8 @@ services: ports: - "8009:8009" entrypoint: ["/arbiter/arbiter"] + volumes: + - /etc/letsencrypt/archive/api.terminaldweller.com/:/certs/ cap_drop: - ALL environment: |