appstore-1panel/dockge/surveyking/docker-compose.yml
QYG2297248353 1a4657c66c
Some checks are pending
Process Apps and Commit Changes / process (push) Waiting to run
Processed apps directory via GitHub Actions
2024-12-10 09:05:50 +00:00

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