7 lines
103 B
YAML
7 lines
103 B
YAML
services:
|
|
app:
|
|
image: ${IMAGE}
|
|
ports:
|
|
- "${APP_PORT}:4321"
|
|
restart: unless-stopped
|