Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-04-21 21:48:35 +00:00
parent 92668919ef
commit 948234e36c
146 changed files with 796 additions and 796 deletions
+22
View File
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
outline:
container_name: outline
env_file:
- ./envs/global.env
- ./envs/outline.env
- .env
environment:
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
image: outlinewiki/outline:1.2.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
restart: always
volumes:
- ${OUTLINE_ROOT_PATH}/data:/var/lib/outline/data