Compare commits

...

2 Commits

Author SHA1 Message Date
xiaoz aecb766dda update 2 days ago
xiaoz dfd91ba628 指定版本 2 days ago
  1. 3
      .env.example
  2. 4
      bt.yaml
  3. 4
      compose.yaml

3
.env.example

@ -1,5 +1,5 @@
# 站点基础域名,末尾不需要/ # 站点基础域名,末尾不需要/
BASE_URL=https://zpic.demo.mba BASE_URL=https://www.zpic.pro
# 运行目录,仅适用于宝塔面板不俗 # 运行目录,仅适用于宝塔面板不俗
APP_PATH=/opt/zpic-deploy APP_PATH=/opt/zpic-deploy
@ -26,3 +26,4 @@ IMGPROXY_QUALITY=80
IMGPROXY_AUTO_ROTATE=true IMGPROXY_AUTO_ROTATE=true
IMGPROXY_AUTO_WEBP=true IMGPROXY_AUTO_WEBP=true
IMGPROXY_MAX_SRC_FILE_SIZE=10485760 IMGPROXY_MAX_SRC_FILE_SIZE=10485760
IMGPROXY_DOWNLOAD_TIMEOUT=10

4
bt.yaml

@ -20,7 +20,7 @@ services:
postgres: postgres:
container_name: postgres container_name: postgres
image: docker.1ms.run/postgres:17-bookworm image: docker.1ms.run/postgres:17.7-bookworm
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@ -36,7 +36,7 @@ services:
- baota_net - baota_net
redis: redis:
image: docker.1ms.run/redis:8-alpine image: docker.1ms.run/redis:8.4-alpine
container_name: redis container_name: redis
networks: networks:
- baota_net - baota_net

4
compose.yaml

@ -20,7 +20,7 @@ services:
postgres: postgres:
container_name: postgres container_name: postgres
image: postgres:17-bookworm image: postgres:17.7-bookworm
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@ -38,7 +38,7 @@ services:
- mynet - mynet
redis: redis:
image: redis:8-alpine image: redis:8.4-alpine
container_name: redis container_name: redis
networks: networks:
- mynet - mynet

Loading…
Cancel
Save