summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
deleted file mode 100644
index f15ea051f4..0000000000
--- a/docker-compose.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-version: "3"
-
-services:
- meta:
- build: .
- command: cron
- volumes:
- - "./caches:/app/caches"
- - "./upstream:/app/upstream"
- - "./launcher:/app/launcher"
- - "./public:/app/public"
- - "./config:/app/config"
- restart: unless-stopped