appstore-1panel/apps/sentinel-dashboard/1.8.6/docker-compose.yml

13 lines
293 B
YAML
Raw Normal View History

version: "3"
services:
"sentinel-dashboard":
image: bladex/sentinel-dashboard:1.8.6
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:8858"
- "${COMMUNICATION_PORT}:8719"
networks:
1panel-network:
external: true