mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
* 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
14 lines
262 B
YAML
14 lines
262 B
YAML
version: "3.3"
|
|
services:
|
|
mind:
|
|
container_name: mind
|
|
image: mrcas/mind:latest
|
|
volumes:
|
|
- "mind-db:/app/db"
|
|
environment:
|
|
- TZ=Europe/Amsterdam
|
|
ports:
|
|
- 8080:8080
|
|
|
|
volumes:
|
|
mind-db: |