summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:25:29 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:25:29 +0100
commit2996a4d05d0ea2f8446e2a2a0383979ceec748ae (patch)
treeaeab360ac4c1aa14f50b638f9b799dad8df55ff8 /docker-compose.yml
parent115210bfd9a5ae7bb8b516ce0d2cf3d9042dead7 (diff)
Run Prettier on all files
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 334bc3d..4a87aed 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,16 +1,16 @@
version: "3"
volumes:
- mongodb_data_db:
+ mongodb_data_db:
services:
- gathio:
- build: .
- links:
- - mongo
- ports:
- - 3000:3000
- mongo:
- image: mongo:latest
- volumes:
- - mongodb_data_db:/data/db
+ gathio:
+ build: .
+ links:
+ - mongo
+ ports:
+ - 3000:3000
+ mongo:
+ image: mongo:latest
+ volumes:
+ - mongodb_data_db:/data/db