11 lines
205 B
YAML
11 lines
205 B
YAML
---
|
|
services:
|
|
homepage:
|
|
image: "$IMAGEAPP"
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:3000"
|
|
volumes:
|
|
- ./config/:/app/config/
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|