chore(deps): update ghcr.io/gethomepage/homepage docker tag to v1.10.1 (#3891)
This commit is contained in:
2
apps/homepage/1.10.1/.env.sample
Normal file
2
apps/homepage/1.10.1/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="homepage"
|
||||
PANEL_APP_PORT_HTTP="40207"
|
||||
13
apps/homepage/1.10.1/data.yml
Normal file
13
apps/homepage/1.10.1/data.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40207
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
21
apps/homepage/1.10.1/docker-compose.yml
Normal file
21
apps/homepage/1.10.1/docker-compose.yml
Normal 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.10.1
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
3
apps/homepage/1.10.1/scripts/init.sh
Normal file
3
apps/homepage/1.10.1/scripts/init.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
chown -R 1000:1000 data
|
||||
Reference in New Issue
Block a user