custom run launcher for custom docker image
This commit is contained in:
@@ -59,6 +59,15 @@ services:
|
||||
networks:
|
||||
- dagster
|
||||
|
||||
dagster-code-stocks-playwright:
|
||||
build:
|
||||
context: apps/stocks
|
||||
dockerfile: ../../Dockerfile.code.playwright
|
||||
args:
|
||||
- APP=stocks
|
||||
image: dagster-code-stocks-playwright
|
||||
profiles: [ "never" ]
|
||||
|
||||
dagster-code-tesla:
|
||||
build:
|
||||
context: apps/tesla
|
||||
|
||||
Reference in New Issue
Block a user