Browse Source

指定版本

main
xiaoz 2 days ago
parent
commit
dfd91ba628
  1. 4
      bt.yaml
  2. 4
      compose.yaml

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