1
0

Homepage: refactoring

This commit is contained in:
2025-05-05 20:40:32 +03:00
parent 2d6cb3ffe0
commit 5d127d27ef
4 changed files with 85 additions and 67 deletions

View File

@ -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"