9 lines
156 B
YAML
9 lines
156 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
frontend:
|
||
|
image: registry.audio-lab.org/cear
|
||
|
build: .
|
||
|
ports:
|
||
|
- 0.0.0.0:${APP_PORT_HTTP}:4000
|
||
|
restart: always
|