Initial Argus web catalog

This commit is contained in:
Курнат Андрей
2026-06-20 19:55:11 +03:00
commit 5f80c4bf6a
30 changed files with 2620 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
argus:
container_name: argus
image: argus:rpi5
platform: linux/arm64
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "127.0.0.1:5105:5105"
volumes:
- ${ARGUS_DATA_PATH:?ARGUS_DATA_PATH must be set in .env}:/app/Data