Doc update (#67)

* Updated README

* Added EXPOSE to Dockerfile for Docker Desktop

* Refactored docker compose file

* Updated CONTRIBUTING

* Docs update

* Added docs for sending files

* Added styling of scroll bar

* Fixed various colors

* Fixed Dockerfile exposed port

* Updated api docs for merging

* Attempt at fixing merge problems
This commit is contained in:
Casvt
2024-03-10 14:17:03 +01:00
committed by GitHub
parent 3b75e7a24c
commit 6fa9c10f2a
26 changed files with 770 additions and 240 deletions

View File

@@ -1,11 +1,14 @@
version: '3.3'
version: "3.3"
services:
mind:
container_name: mind
image: mrcas/mind:latest
volumes:
- 'mind-db:/app/db'
- "mind-db:/app/db"
environment:
- TZ=Europe/Amsterdam
ports:
- '8080:8080'
image: 'mrcas/mind:latest'
- 8080:8080
volumes:
mind-db: