7 lines
107 B
YAML
7 lines
107 B
YAML
services:
|
|
backend:
|
|
build: .
|
|
ports:
|
|
- "${APP_PORT}:${APP_PORT}"
|
|
restart: unless-stopped
|