mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 14:45:09 +00:00
12 lines
182 B
YAML
12 lines
182 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
dockerfile: ./src/Dockerfile
|
|
target: runner
|
|
ports:
|
|
- "3000:3000"
|
|
|
|
networks:
|
|
default:
|
|
name: clipfusion-network |