use playwright Dockerfile
This commit is contained in:
@@ -32,7 +32,6 @@ services:
|
|||||||
<<: [ *dagster_env, *email_env ]
|
<<: [ *dagster_env, *email_env ]
|
||||||
DAGSTER_CURRENT_IMAGE: dagster-code-vinyl
|
DAGSTER_CURRENT_IMAGE: dagster-code-vinyl
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/dagster/dagster.yaml:/opt/dagster/home/dagster.yaml:ro
|
|
||||||
- /opt/dagster/apps/:/apps/:ro
|
- /opt/dagster/apps/:/apps/:ro
|
||||||
- /opt/dagster/shared/:/shared/:ro
|
- /opt/dagster/shared/:/shared/:ro
|
||||||
- /opt/dagster/logs/:/logs:rw
|
- /opt/dagster/logs/:/logs:rw
|
||||||
@@ -44,7 +43,7 @@ services:
|
|||||||
dagster-code-stocks:
|
dagster-code-stocks:
|
||||||
build:
|
build:
|
||||||
context: apps/stocks
|
context: apps/stocks
|
||||||
dockerfile: ../../Dockerfile.code
|
dockerfile: ../../Dockerfile.code.playwright
|
||||||
args:
|
args:
|
||||||
- APP=stocks
|
- APP=stocks
|
||||||
container_name: dagster-code-stocks
|
container_name: dagster-code-stocks
|
||||||
|
|||||||
Reference in New Issue
Block a user