1
0

chore(deps): update casbin/casdoor docker tag to v2.351.0 (localApps) (#4429)

This commit is contained in:
renovate[bot]
2026-03-09 18:13:11 +00:00
committed by GitHub
parent c387a9e0f2
commit 779e453ed1
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
services:
casdoor:
image: casbin/casdoor:2.351.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8000
environment:
RUNNING_IN_DOCKER: "true"
driverName: ${CASDOOR_DRIVER_NAME}
dataSourceName: ${CASDOOR_DATASOURCE_NAME}
dbName: ${PANEL_DB_NAME}
volumes:
- ./conf:/conf
labels:
createdBy: Apps
networks:
1panel-network:
external: true