1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-28 15:28:09 +00:00
parent 0839e751d3
commit f4c79b586d
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="homepage"
PANEL_APP_PORT_HTTP="40207"

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40207
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
services:
homepage:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- ./data/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PUID=1000
- PGID=1000
image: ghcr.io/gethomepage/homepage:v1.1.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@@ -0,0 +1,3 @@
#!/bin/bash
chown -R 1000:1000 data