Pre-release build from the test branch. Single combined image (frontend + backend). Deploy with the :test image tag.
Docker image (GHCR):
ghcr.io/lklynet/aurral:test
Deploy with docker-compose:
services:
aurral:
image: ghcr.io/lklynet/aurral:test
restart: unless-stopped
user: "0:0"
ports:
- "3001:3001"
environment:
- DOWNLOAD_FOLDER=/data/downloads/tmp
volumes:
- /data/downloads/tmp:/app/downloads
- ./data:/app/backend/data