feat:调整lanraragi
This commit is contained in:
@@ -1,31 +1,24 @@
|
||||
services:
|
||||
lanraragi:
|
||||
user: root
|
||||
container_name: lanraragi
|
||||
image: "difegue/lanraragi:latest"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- "TZ=Asia/Shanghai"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||
volumes:
|
||||
- content:/home/koyomi/lanraragi/content
|
||||
- thumbnails:/home/koyomi/lanraragi/content/thumb
|
||||
- database:/home/koyomi/lanraragi/database
|
||||
- plugin:/home/koyomi/lanraragi/lib/LANraragi/Plugin
|
||||
- Sideloaded:/home/koyomi/lanraragi/lib/LANraragi/Plugin/Sideloaded
|
||||
image: mhdy2233/lanraragi_cn_mhdy:0.2
|
||||
- ${CONTENT_DIRECTORY}:/home/koyomi/lanraragi/content
|
||||
- ${THUMBNAIL_DIRECTORY}:/home/koyomi/lanraragi/content/thumb
|
||||
- ${DATABASE_DIRECTORY}:/home/koyomi/lanraragi/database
|
||||
- ${PLUGIN_DIRECTORY}:/home/koyomi/lanraragi/lib/LANraragi/Plugin
|
||||
environment:
|
||||
- http_proxy=${HTTP_PROXY}
|
||||
- https_proxy=${HTTPS_PROXY}
|
||||
- TZ=${TIME_ZONE}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
content:
|
||||
thumbnails:
|
||||
database:
|
||||
plugin:
|
||||
Sideloaded:
|
||||
|
||||
Reference in New Issue
Block a user