1
0

feat:添加password pusher到列表(感谢网友包子叔的投稿)

This commit is contained in:
okxlin
2023-11-29 18:18:07 +08:00
parent f8edb53de4
commit e0877a7c03
9 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
passwordpusher:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5100"
environment:
- DATABASE_URL=mysql2://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PWPUSHER_DB_PORT}/${PANEL_DB_NAME}
image: pglombardo/pwpush:release
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true