精简提交历史记录
This commit is contained in:
24
apps/flexget/latest/docker-compose.yml
Normal file
24
apps/flexget/latest/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: '3'
|
||||
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:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user