Add docker-compose.yml
This commit is contained in:
parent
d85ce96443
commit
d8899065b2
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "${PORT:-3000}:3000"
|
||||
restart: unless-stopped
|
||||
container_name: recorder-dashboard
|
||||
Loading…
Reference in a new issue