mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 08:01:00 +00:00
18 lines
329 B
YAML
18 lines
329 B
YAML
services:
|
|
reference:
|
|
image: "wcjiang/reference:1.48.0"
|
|
container_name: ${CONTAINER_NAME}
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
|
environment:
|
|
- TZ=${TZ}
|
|
labels:
|
|
createdBy: Apps
|
|
restart: unless-stopped
|
|
networks:
|
|
- 1panel-network
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|