1
0

Homepage: rewrite deploy

Prepare for two-step deploy:
- local build and fix local tag
- deploy to remote server
This commit is contained in:
2025-10-23 09:52:37 +03:00
parent f2a9e660ed
commit 9a23e35126
5 changed files with 33 additions and 42 deletions

View File

@@ -1,10 +1,9 @@
services:
homepage_app:
image: "{{ registry_homepage_web_image }}"
# noinspection ComposeUnknownValues
image: "{{ registry_homepage_nginx_image }}"
container_name: homepage_app
restart: unless-stopped
ports:
- "127.0.0.1:{{ homepage_port }}:80"
networks:
- "web_proxy_network"