chore: add docker-based dev env
This commit is contained in:
parent
02ed6be314
commit
7ca416e43e
4 changed files with 23 additions and 9 deletions
|
|
@ -4,10 +4,12 @@ services:
|
|||
app:
|
||||
build:
|
||||
context: .
|
||||
target: run_dev
|
||||
environment:
|
||||
- SFU_PORT=80
|
||||
- SFU_FILES_DIR=./files
|
||||
volumes:
|
||||
- "${PWD}/files:${SFU_FILES_DIR},z"
|
||||
env_file:
|
||||
- .env
|
||||
- ./:/opt/sfu
|
||||
|
||||
proxy:
|
||||
image: caddy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue