custom run launcher for custom docker image

This commit is contained in:
2025-08-02 21:06:42 +02:00
parent b1d115fe80
commit 94dcdd04a7
9 changed files with 36 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ x-volumes: &volumes
volumes:
- /opt/dagster/dagster.yaml:/opt/dagster/home/dagster.yaml.template:ro
- /opt/dagster/workspace.yaml:/opt/dagster/home/workspace.yaml:ro
- /opt/dagster/system/:/system/:ro
- /opt/dagster/storage/:/storage/:rw
- /opt/dagster/logs/:/logs:rw
- /var/run/docker.sock:/var/run/docker.sock:rw