1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-08 23:33:58 +08:00
1Panel-Appstore/linkding/1.31.0/docker-compose.yml
萌森 ba08f46259 统一编码
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-07-22 18:47:14 +08:00

27 lines
550 B
YAML

version: "3.8"
networks:
1panel-network:
external: true
services:
linkding:
image: sissbruecker/linkding:1.31.0-plus-alpine
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9090
volumes:
- ${LINKDING_ROOT_PATH}/data:/etc/linkding/data
env_file:
- .env
environment:
- LD_SERVER_PORT=9090
- LD_DB_ENGINE=postgres
- HTTP_PROXY=${ALL_PROXY}
- HTTPS_PROXY=${ALL_PROXY}