-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathprefect.yaml
More file actions
36 lines (32 loc) · 998 Bytes
/
prefect.yaml
File metadata and controls
36 lines (32 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: prefect-docker-pixi-tiled-srx
prefect-version: 3.4.15
build: null
push: null
pull:
- prefect.deployments.steps.set_working_directory:
directory: /repo
- prefect.deployments.steps.git_clone:
repository: https://github.com/nsls2/srx-workflows.git
branch: main
deployments:
- name: srx-end-of-run-workflow-docker
version: 0.1.2
tags:
- srx
- main
description: Deploy the updated Docker image
entrypoint: end_of_run_workflow.py:end_of_run_workflow
parameters: {}
schedule: {}
work_pool:
job_variables:
image: ghcr.io/nsls2/srx-workflows:main
image_pull_policy: Always
network: slirp4netns
volumes:
- /nsls2/data/srx/proposals:/nsls2/data/srx/proposals
- /srv/prefect3-docker-worker-srx/app:/srv
container_create_kwargs:
userns_mode: "keep-id:uid=402949,gid=402949" # workflow-srx:workflow-srx
auto_remove: true
name: srx-work-pool-docker