mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
feat: Add docker-compose.yml
Refs: OPS-10
This commit is contained in:
parent
f8d07c4bb8
commit
c2d6cd822a
1 changed files with 10 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
services:
|
||||||
|
senju:
|
||||||
|
build:
|
||||||
|
build: .
|
||||||
|
target: dev
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:5000:5000"
|
||||||
|
volumes:
|
||||||
|
- .:/app
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue