mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
支持应用
LinkDing Docker Mailserver Pixman Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
@@ -6,7 +6,7 @@ networks:
|
||||
|
||||
services:
|
||||
linkding:
|
||||
image: sissbruecker/linkding:1.31.0-plus-alpine
|
||||
image: sissbruecker/linkding:1.31.0-plus
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@@ -20,10 +20,11 @@ services:
|
||||
hard: 40000
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:9090
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${LINKDING_ROOT_PATH}/data:/etc/linkding/data
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- LD_SERVER_PORT=9090
|
||||
- LD_DB_ENGINE=postgres
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
# setup-1 add default values
|
||||
CURRENT_DIR=$(pwd)
|
||||
sed -i '/^ENV_FILE=/d' .env
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
# setup-1 add default values
|
||||
CURRENT_DIR=$(pwd)
|
||||
sed -i '/^ENV_FILE=/d' .env
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
链接是一个简单的书签服务,您可以自己托管。
|
||||
|
||||

|
||||

|
||||
|
||||
## 特性
|
||||
|
||||
|
||||
@@ -15,4 +15,4 @@ additionalProperties:
|
||||
limit: 0
|
||||
website: https://demo.linkding.link/
|
||||
github: https://github.com/sissbruecker/linkding/
|
||||
document: https://github.com/sissbruecker/linkding/blob/master/README.md
|
||||
document: https://github.com/sissbruecker/linkding/
|
||||
|
||||
Reference in New Issue
Block a user