Files
appstore-1panel/dockge/nodepassdash/docker-compose.yml
T
QYG2297248353 1a08bd6d6e
Renovate / renovate (push) Has been cancelled
Push custom to released / push-branch (push) Has been cancelled
Process Apps and Commit Changes / process (push) Has been cancelled
Processed apps directory via GitHub Actions
2025-07-24 04:00:31 +00:00

23 lines
545 B
YAML

networks:
1panel-network:
external: true
services:
nodepassdash:
container_name: nodepassdash
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- PORT=${PANEL_APP_PORT_HTTP}
image: ghcr.io/nodepassproject/nodepassdash:2.2.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
restart: always
volumes:
- ${NODEPASSDASH_ROOT_PATH}/logs:/app/logs
- ${NODEPASSDASH_ROOT_PATH}/public:/app/public