fix: bump version to v2 to force nas update
This commit is contained in:
parent
31b50ee406
commit
1b668afa30
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 ==="
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue