mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
12 lines
248 B
YAML
12 lines
248 B
YAML
version: '3.3'
|
|
services:
|
|
noted:
|
|
container_name: noted
|
|
volumes:
|
|
- 'noted-db:/app/db'
|
|
environment:
|
|
- TZ=Europe/Amsterdam
|
|
ports:
|
|
- '8080:8080'
|
|
image: 'mrcas/noted:latest'
|