disable restarting transformation

This commit is contained in:
2025-06-19 16:20:41 +02:00
parent a64382ae5a
commit 2f2716a62b

View File

@@ -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: