mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
add docker-compose example
This commit is contained in:
parent
e6ca2c3707
commit
a25d268d19
9
docker-compose.dev.yml
Normal file
9
docker-compose.dev.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
services:
|
||||||
|
monofile:
|
||||||
|
image: monofile
|
||||||
|
build: .
|
||||||
|
env_file: .env
|
||||||
|
volumes:
|
||||||
|
- ".data:/usr/src/app/.data"
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
Loading…
Reference in a new issue