1
0

🔧 chore(apps): set the pull policy for all services using fixed tag images

- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
This commit is contained in:
pooneyy
2025-11-10 16:10:24 +08:00
parent 69fb87be1a
commit 7ff35caf28
405 changed files with 1419 additions and 1014 deletions

View File

@@ -9,13 +9,7 @@ services:
environment:
- TOKEN=${BOT_TOKEN} # get it from @BotFather
- MANAGER=${TELEGRAM_USER_ID} # get it from @userinfobot
- TELEGRAPH_TOKEN=
${TELEGRAPH_API_TOKEN1}
${TELEGRAPH_API_TOKEN2}
${TELEGRAPH_API_TOKEN3}
${TELEGRAPH_API_TOKEN4}
${TELEGRAPH_API_TOKEN5}
${TELEGRAPH_API_TOKEN6}
- TELEGRAPH_TOKEN= ${TELEGRAPH_API_TOKEN1} ${TELEGRAPH_API_TOKEN2} ${TELEGRAPH_API_TOKEN3} ${TELEGRAPH_API_TOKEN4} ${TELEGRAPH_API_TOKEN5} ${TELEGRAPH_API_TOKEN6}
- MULTIUSER=1 # default: 1
- CRON_SECOND=0 # 0-59, default: 0
#- DATABASE_URL=postgres://username:password@host:port/db_name # default: sqlite://path/to/config/db.sqlite3
@@ -40,8 +34,9 @@ services:
#- MULTIPROCESSING=1 # default: 0
#- DEBUG=1 # debug logging, default: 0
image: rongronggg9/rss-to-telegram:latest
pull_policy: always
labels:
createdBy: Apps
networks:
1panel-network:
external: true
external: true