Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-01-17 19:12:25 +00:00
parent 3460de2c53
commit 597ea4df57
8 changed files with 0 additions and 0 deletions
-23
View File
@@ -1,23 +0,0 @@
networks:
1panel-network:
external: true
services:
outline:
image: outlinewiki/outline:1.3.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- ${OUTLINE_ROOT_PATH}/data:/var/lib/outline/data
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${APP_ENV_FILE:-/etc/1panel/envs/outline/outline.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
environment:
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}