Add playbook for homepage app deploy
This commit is contained in:
6
files/apps/homepage/docker-compose.yml
Normal file
6
files/apps/homepage/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
||||
services:
|
||||
homepage-web:
|
||||
image: "${WEB_SERVICE_IMAGE}"
|
||||
ports:
|
||||
- "127.0.0.1:${WEB_SERVICE_PORT}:80"
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user