change restart policy
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
|||||||
- APP=vinyl
|
- APP=vinyl
|
||||||
container_name: dagster-code-vinyl
|
container_name: dagster-code-vinyl
|
||||||
image: dagster-code-vinyl
|
image: dagster-code-vinyl
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: [ *dagster_env, *email_env ]
|
<<: [ *dagster_env, *email_env ]
|
||||||
DAGSTER_CURRENT_IMAGE: dagster-code-vinyl
|
DAGSTER_CURRENT_IMAGE: dagster-code-vinyl
|
||||||
@@ -48,7 +48,7 @@ services:
|
|||||||
- APP=stocks
|
- APP=stocks
|
||||||
container_name: dagster-code-stocks
|
container_name: dagster-code-stocks
|
||||||
image: dagster-code-stocks
|
image: dagster-code-stocks
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: [ *dagster_env ]
|
<<: [ *dagster_env ]
|
||||||
DAGSTER_CURRENT_IMAGE: dagster-code-stocks
|
DAGSTER_CURRENT_IMAGE: dagster-code-stocks
|
||||||
@@ -87,7 +87,7 @@ services:
|
|||||||
- APP=tesla
|
- APP=tesla
|
||||||
container_name: dagster-code-tesla
|
container_name: dagster-code-tesla
|
||||||
image: dagster-code-tesla
|
image: dagster-code-tesla
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: [ *dagster_env ]
|
<<: [ *dagster_env ]
|
||||||
DAGSTER_CURRENT_IMAGE: dagster-code-tesla
|
DAGSTER_CURRENT_IMAGE: dagster-code-tesla
|
||||||
@@ -106,7 +106,7 @@ services:
|
|||||||
- APP=weather
|
- APP=weather
|
||||||
container_name: dagster-code-weather
|
container_name: dagster-code-weather
|
||||||
image: dagster-code-weather
|
image: dagster-code-weather
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: [ *dagster_env ]
|
<<: [ *dagster_env ]
|
||||||
DAGSTER_CURRENT_IMAGE: dagster-code-weather
|
DAGSTER_CURRENT_IMAGE: dagster-code-weather
|
||||||
@@ -122,7 +122,7 @@ services:
|
|||||||
context: apps/backup
|
context: apps/backup
|
||||||
container_name: dagster-code-backup
|
container_name: dagster-code-backup
|
||||||
image: dagster-code-backup
|
image: dagster-code-backup
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: [ *dagster_env ]
|
<<: [ *dagster_env ]
|
||||||
DAGSTER_CURRENT_IMAGE: dagster-code-backup
|
DAGSTER_CURRENT_IMAGE: dagster-code-backup
|
||||||
@@ -141,7 +141,7 @@ services:
|
|||||||
- APP=other
|
- APP=other
|
||||||
container_name: dagster-code-other
|
container_name: dagster-code-other
|
||||||
image: dagster-code-other
|
image: dagster-code-other
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: [ *dagster_env ]
|
<<: [ *dagster_env ]
|
||||||
DAGSTER_CURRENT_IMAGE: dagster-code-other
|
DAGSTER_CURRENT_IMAGE: dagster-code-other
|
||||||
|
|||||||
Reference in New Issue
Block a user