feat: update sub2api 0.1.130

This commit is contained in:
arch3rPro
2026-05-25 17:55:09 +08:00
parent 75bcb4d774
commit c6804e216f
4 changed files with 4 additions and 8 deletions
@@ -1,6 +1,6 @@
services:
sub2api:
image: weishaw/sub2api:0.1.106
image: weishaw/sub2api:0.1.130
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -19,7 +19,6 @@ services:
depends_on:
- postgres
- redis
postgres:
image: postgres:15-alpine
container_name: ${CONTAINER_NAME}-postgres
@@ -34,7 +33,6 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
labels:
createdBy: "Apps"
redis:
image: redis:7-alpine
container_name: ${CONTAINER_NAME}-redis
@@ -46,11 +44,9 @@ services:
command: redis-server --appendonly yes
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
volumes:
postgres_data:
redis_data:
postgres_data: null
redis_data: null