8 lines
175 B
YAML
8 lines
175 B
YAML
services:
|
|
homepage_app:
|
|
image: "${WEB_SERVICE_IMAGE}"
|
|
container_name: homepage_app
|
|
ports:
|
|
- "127.0.0.1:${WEB_SERVICE_PORT}:80"
|
|
restart: unless-stopped
|