mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 03:17:58 +08:00
22 lines
474 B
YAML
22 lines
474 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
surveyking:
|
|
container_name: surveyking-h2
|
|
env_file:
|
|
- ./envs/global.env
|
|
- .env
|
|
image: surveyking/surveyking:v1.8.2
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:1991
|
|
restart: always
|
|
volumes:
|
|
- ${SURVEYKING_ROOT_PATH}/db:/app/db
|
|
- ${SURVEYKING_ROOT_PATH}/files:/app/files
|
|
- ${SURVEYKING_ROOT_PATH}/logs:/app/logs
|