- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/machines_filestash
- tag: latest
- python_image:
- repository: python
- tag: 3.13.7-slim-bookworm
- consts:
- filestash_container_name: filestash
- setup_container_name: setup
- perms_container_name: permissions
- data_dir: /app/data/state
- run_as_user: 1000
- run_as_group: 1000
|