1
0

(refactor) Remove env files and scripts, update config files

This commit is contained in:
pooneyy
2025-09-04 00:36:13 +08:00
parent 0906288534
commit 89fbe837f1
1566 changed files with 1159 additions and 15329 deletions

View File

@@ -1,24 +1,18 @@
networks:
1panel-network:
external: true
services:
surveyking:
image: surveyking/surveyking:v1.9.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:1991
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
- "${PANEL_APP_PORT_HTTP}:1991"
volumes:
- ${SURVEYKING_ROOT_PATH}/files:/app/files
- ${SURVEYKING_ROOT_PATH}/logs:/app/logs
environment:
- PROFILE=mysql
- DB_URL=jdbc:mysql://${DB_HOSTNAME}:${DB_PORT}/${DB_NAME}
- "${DATA_PATH}/files:/surveyking/files"
- "${DATA_PATH}/logs:/surveyking/logs"
image: surveyking/surveyking:v1.9.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true