add docker-compose example

This commit is contained in:
cirroskais 2024-04-28 05:15:02 -04:00
parent e6ca2c3707
commit a25d268d19
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

9
docker-compose.dev.yml Normal file
View file

@ -0,0 +1,9 @@
services:
monofile:
image: monofile
build: .
env_file: .env
volumes:
- ".data:/usr/src/app/.data"
ports:
- "3000:3000"