fix: remove build section from docker-compose for NAS pull-only deployment, update TZ
Some checks failed
CodeQL / Analyze (push) Waiting to run
Translate README / build (push) Waiting to run
Publish Docker image / main (push) Failing after 0s

This commit is contained in:
vndangkhoa 2026-02-20 20:28:02 +07:00
parent 3467472fb7
commit c9aa05f333

View file

@ -2,10 +2,6 @@ version: "3.9"
services: services:
douyin_tiktok_download_api: douyin_tiktok_download_api:
# Build from the current directory
build:
context: .
dockerfile: Dockerfile
image: git.khoavo.myds.me/vndangkhoa/kv-tiktok-download:v1 image: git.khoavo.myds.me/vndangkhoa/kv-tiktok-download:v1
container_name: douyin_tiktok_download_api container_name: douyin_tiktok_download_api
restart: always restart: always
@ -23,7 +19,7 @@ services:
# - ./logs:/app/logs # - ./logs:/app/logs
environment: environment:
- TZ=${TZ:-Asia/Shanghai} - TZ=${TZ:-Asia/Ho_Chi_Minh}
- PUID=${PUID:-1026} - PUID=${PUID:-1026}
- PGID=${PGID:-100} - PGID=${PGID:-100}
# You can add other environment variables here if the app supports them # You can add other environment variables here if the app supports them