monofile/docker-compose.dev.yml

11 lines
222 B
YAML
Raw Permalink Normal View History

2024-04-28 02:15:02 -07:00
services:
monofile:
2024-04-28 02:26:43 -07:00
container_name: "monofile"
2024-04-28 02:15:02 -07:00
image: monofile
build: .
env_file: .env
volumes:
- ".data:/usr/src/app/.data"
ports:
- "3000:3000"