Update deploy flow and asset UI

This commit is contained in:
Mikhail Chusavitin
2026-03-16 16:03:54 +03:00
parent d4f0175ce5
commit dfbd371f8e
14 changed files with 610 additions and 193 deletions

View File

@@ -1,9 +1,9 @@
services:
reanimator-api:
image: git.mchus.pro/reanimator/core:latest
image: ${REANIMATOR_IMAGE:-git.mchus.pro/reanimator/core}:${REANIMATOR_TAG:-latest}
container_name: reanimator-api
restart: unless-stopped
env_file: /appdata/reanimator/reanimator.env
env_file: ./reanimator.env
ports:
- "9999:9999"
extra_hosts: