diff options
author | Matthew Lemon <y@yulqen.org> | 2024-08-01 20:21:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-08-01 20:21:33 +0100 |
commit | 15754620af6aad7a7b8900abfc1a4bb449eec2b2 (patch) | |
tree | 2254a3bf60d097dd02fc06440d0a0cf6cb19f555 /docs.yml | |
parent | 9b7839bb128fef31e8d3418f4308b59b6cb8e93a (diff) |
Deletes a bunch of bullshit files I don't need.
Diffstat (limited to 'docs.yml')
-rw-r--r-- | docs.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs.yml b/docs.yml deleted file mode 100644 index f7aa212..0000000 --- a/docs.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: '3' - -services: - docs: - image: pyblackbird_cc_local_docs - container_name: pyblackbird_cc_local_docs - build: - context: . - dockerfile: ./compose/local/docs/Dockerfile - env_file: - - ./.envs/.local/.django - volumes: - - ./docs:/docs:z - - ./config:/app/config:z - - ./pyblackbird_cc:/app/pyblackbird_cc:z - ports: - - '9000:9000' - command: /start-docs |