mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 06:27:57 +08:00
22 lines
437 B
YAML
22 lines
437 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
eigenfocus:
|
|
container_name: eigenfocus
|
|
env_file:
|
|
- ./envs/global.env
|
|
- .env
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
image: eigenfocus/eigenfocus:0.7.0
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:3000
|
|
restart: always
|
|
volumes:
|
|
- ${EIGENFOCUS_ROOT_PATH}/data:/eigenfocus-app/app-data
|