summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-08-01 00:29:56 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2024-08-01 00:29:56 +0100
commit19d892d254ea66cf67d3fa4c20bb41d495598f33 (patch)
treeb7ec508ff28a1e7281cc94fa8f46999a528f7dfa
parent2fbb753c1eb715b31034f5ce851f6abceaeb9309 (diff)
Remove accidentally commited Docker directory
-rw-r--r--gathio-docker/docker-compose.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/gathio-docker/docker-compose.yml b/gathio-docker/docker-compose.yml
deleted file mode 100644
index 5a8a0d9..0000000
--- a/gathio-docker/docker-compose.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-volumes:
- mongodb_data_db:
-
-services:
- gathio:
- container_name: gathio-app
- image: ghcr.io/lowercasename/gathio:latest
- links:
- - mongo
- ports:
- - 3000:3000
- volumes:
- # The path to Gathio's config folder - change to match your system
- - ./gathio-docker/config:/app/config
- # The path to Gathio's user-uploaded event images folder - change to match your system
- - ./gathio-docker/images:/app/public/events
- mongo:
- container_name: gathio-db
- image: mongo:latest
- volumes:
- - mongodb_data_db:/data/db