docker-compose.yml 에서 환경 변수로 필요 정보를 입력하도록 설정, 그에 따라 .env 생성

This commit is contained in:
2025-12-11 13:27:22 +09:00
parent 985f6310f3
commit 338c0c0d1c
5 changed files with 95 additions and 2 deletions

View File

@ -8,6 +8,8 @@ services:
volumes:
- ./data:/data
# - ./autouploader:/app
env_file:
- .env
restart: unless-stopped
fg-webhook: