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: services:
app: app:
image: git.khoavo.myds.me/vndangkhoa/apix:latest image: git.khoavo.myds.me/vndangkhoa/apix:v2
container_name: apix_container container_name: apix_container
ports: ports:
- "8558:8888" - "8558:8888"
volumes:
volumes: volumes:
- ./static/generated:/app/static/generated - ./static/generated:/app/static/generated
- ./static/uploads:/app/static/uploads - ./static/uploads:/app/static/uploads

View file

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