Update deploy flow and asset UI
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user