mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
11 lines
222 B
YAML
11 lines
222 B
YAML
services:
|
|
monofile:
|
|
container_name: "monofile"
|
|
image: monofile
|
|
build: .
|
|
env_file: .env
|
|
volumes:
|
|
- ".data:/usr/src/app/.data"
|
|
ports:
|
|
- "3000:3000"
|