1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-05 02:28:02 +00:00
parent b2fe564abd
commit 6c2dfc3d44
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
services:
flexget:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5050"
volumes:
- ./data/config:/config
- ${DATA_PATH}:/data
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- FG_WEBUI_PASSWD=${WEB_PASSWORD}
image: wiserain/flexget:3.15.31
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true