mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 07:51:14 +00:00
fix: update image
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
- DB_PASSWORD=nysoure_password
|
- DB_PASSWORD=nysoure_password
|
||||||
- DB_NAME=nysoure
|
- DB_NAME=nysoure
|
||||||
- REDIS_HOST=tendis
|
- REDIS_HOST=tendis
|
||||||
- REDIS_PORT=6379
|
- REDIS_PORT=51002
|
||||||
- BANNED_REDIRECT_DOMAINS=example.com,example.org
|
- BANNED_REDIRECT_DOMAINS=example.com,example.org
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
@@ -43,9 +43,7 @@ services:
|
|||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
|
||||||
tendis:
|
tendis:
|
||||||
image: tendis/tendis:latest
|
image: tencentdbforkv/tendisplus:latest
|
||||||
volumes:
|
|
||||||
- tendis_data:/data
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
@@ -56,4 +54,3 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
app_data:
|
app_data:
|
||||||
db_data:
|
db_data:
|
||||||
tendis_data:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user