diff options
| author | Leonard Kugis <leonard@kug.is> | 2026-02-03 17:13:51 +0100 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2026-02-03 17:13:51 +0100 |
| commit | fe1740284e314ef984b9d1bdfe2aecb5ed524878 (patch) | |
| tree | dbb2be32145816aea25fa0b4d0ec5bcd00ee3aea | |
| parent | e56521a5053ab5d3dcda1f0149d12658f4a13213 (diff) | |
| download | aichat-dev-docker-fe1740284e314ef984b9d1bdfe2aecb5ed524878.tar.gz | |
Removed ignored file
| -rw-r--r-- | docker-compose.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 7e08adf..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,20 +0,0 @@ -services: - aichat: - container_name: aichat - build: - context: . - image: aichat-dev:latest - stdin_open: true - tty: true - environment: - AICHAT_FUNCTIONS_DIR: /opt/llm-functions - HOME: /home/dev - volumes: - # mount host user config - - /home/lk/.config/aichat:/home/dev/.config/aichat:rw - - ./llm-functions-docker:/opt/llm-functions:ro - # project directory - - ./projects:/projects:rw - # work directory - # - ./work:/work:rw - working_dir: /work |
