aboutsummaryrefslogtreecommitdiffstats
path: root/docs.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs.yml18
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