disable restarting transformation
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
meltano:
|
meltano:
|
||||||
<<: *meltano-image
|
<<: *meltano-image
|
||||||
command: "--environment=sarens-demo run tap-spreadsheets-anywhere target-postgres dbt-postgres:run"
|
command: "--environment=sarens-demo run tap-spreadsheets-anywhere target-postgres dbt-postgres:run"
|
||||||
restart: unless-stopped
|
restart: no # unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- db_network
|
- db_network
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user