Update Apps
This commit is contained in:
2
apps/moments-drizzle2001/latest/.env.sample
Normal file
2
apps/moments-drizzle2001/latest/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="moments"
|
||||
PANEL_APP_PORT_HTTP="40153"
|
||||
10
apps/moments-drizzle2001/latest/data.yml
Normal file
10
apps/moments-drizzle2001/latest/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40153
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
20
apps/moments-drizzle2001/latest/docker-compose.yml
Normal file
20
apps/moments-drizzle2001/latest/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
moments:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
volumes:
|
||||
- "moments_data:/app"
|
||||
image: drizzle2001/moments:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
volumes:
|
||||
moments_data:
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user