fix: bump version to v2 to force nas update

This commit is contained in:
Khoa.vo 2025-12-30 21:06:55 +07:00
parent 31b50ee406
commit 1b668afa30
2 changed files with 2 additions and 3 deletions

View file

@ -2,11 +2,10 @@ version: '3.8'
services:
app:
image: git.khoavo.myds.me/vndangkhoa/apix:latest
image: git.khoavo.myds.me/vndangkhoa/apix:v2
container_name: apix_container
ports:
- "8558:8888"
volumes:
volumes:
- ./static/generated:/app/static/generated
- ./static/uploads:/app/static/uploads

View file

@ -3,7 +3,7 @@
# Configuration
REGISTRY="git.khoavo.myds.me"
IMAGE_NAME="vndangkhoa/apix"
TAG="latest"
TAG="v2"
FULL_IMAGE="$REGISTRY/$IMAGE_NAME:$TAG"
echo "=== Building Docker Image for Linux/AMD64 ==="