feat: Add docker-compose.yml

Refs: OPS-10
This commit is contained in:
Alivecow 2025-02-25 09:17:12 +01:00
parent f8d07c4bb8
commit c2d6cd822a

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
senju:
build:
build: .
target: dev
ports:
- "127.0.0.1:5000:5000"
volumes:
- .:/app