Last active
May 21, 2026 19:42
-
-
Save renatosnrg/e0dc455032cddc62bcb49402e6708be0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.3' | |
| services: | |
| cbt-agent-container: | |
| container_name: cbt-agent-container | |
| command: ldap-agent | |
| environment: | |
| - LOG_DIR=/var/log/cbt-agent | |
| - CONFIG_DIR=/etc/cbt-agent | |
| volumes: | |
| - '/var/log/cbt-agent:/var/log/cbt-agent' | |
| - '/etc/cbt-agent:/etc/cbt-agent' | |
| restart: always | |
| logging: | |
| options: | |
| max-size: 1g | |
| image: public.ecr.aws/cbt/cbt-agent:0.0.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment