Homepage: refactoring
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
services:
|
||||
homepage_app:
|
||||
image: "${WEB_SERVICE_IMAGE}"
|
||||
image: "{{ registry_homepage_web_image }}"
|
||||
container_name: homepage_app
|
||||
ports:
|
||||
- "127.0.0.1:${WEB_SERVICE_PORT}:80"
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:{{ homepage_port }}:80"
|
Reference in New Issue
Block a user