.env를 crontab에서 인식하지 못하는 문제 수정

This commit is contained in:
2025-12-19 10:02:54 +09:00
parent 338c0c0d1c
commit d2fbfa46c1
15 changed files with 318 additions and 152 deletions

View File

@ -2,12 +2,14 @@ services:
gnu-autouploader:
build:
context: .
dockerfile: ./build/autouploader/Dockerfile
dockerfile: ./build/app/Dockerfile
image: reg.firstgarden.co.kr/gnu-autouploader:latest
container_name: gnu-autouploader
volumes:
- ./data:/data
# - ./autouploader:/app
- ./logs:/logs
- ./.env:/app/.env:ro
# - ./app:/app
env_file:
- .env
restart: unless-stopped