Homepage: rewrite deploy
Prepare for two-step deploy: - local build and fix local tag - deploy to remote server
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user