mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-12 20:02:22 +08:00
24 lines
530 B
YAML
24 lines
530 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
surveyking:
|
|
container_name: surveyking
|
|
env_file:
|
|
- ./envs/global.env
|
|
- .env
|
|
environment:
|
|
- PROFILE=mysql
|
|
- DB_URL=jdbc:mysql://${DB_HOSTNAME}:${DB_PORT}/${DB_NAME}
|
|
image: surveyking/surveyking:v1.8.2
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:1991
|
|
restart: always
|
|
volumes:
|
|
- ${SURVEYKING_ROOT_PATH}/files:/app/files
|
|
- ${SURVEYKING_ROOT_PATH}/logs:/app/logs
|