x-meltano-image: &meltano-image image: gitea.jvtech.be/lakehouse/sarens-integration:latest services: meltano: <<: *meltano-image command: "--environment=sarens-demo run tap-spreadsheets-anywhere target-postgres dbt-postgres:run" restart: no # unless-stopped networks: - db_network volumes: - /home/sarens-data:/sarens-data environment: - TARGET_POSTGRES_PASSWORD=${TARGET_POSTGRES_PASSWORD} - DBT_POSTGRES_PASSWORD=${DBT_POSTGRES_PASSWORD} # # Uncomment if you are using the Airflow orchestrator, delete otherwise # airflow-scheduler: # <<: *meltano-image # command: invoke airflow scheduler # expose: # - 8793 # restart: unless-stopped # # airflow-webserver: # <<: *meltano-image # command: invoke airflow webserver # expose: # - 8080 # ports: # - 8080:8080 # restart: unless-stopped networks: db_network: external: true name: db_network