Add compose file

This commit is contained in:
split / May 2024-07-11 03:30:01 -07:00
parent f72b775ee2
commit 454eabfc78
Signed by: split
GPG key ID: C325C61F0BF517C0

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
ava:
build: .
volumes:
- ava-data:/usr/src/app/.data
ports:
- "3000:3000"
volumes:
ava-data: