pubsub-emulator-ui icon indicating copy to clipboard operation
pubsub-emulator-ui copied to clipboard

feature: add possibility to pre-provision projects to Docker Container env

Open msrokowski opened this issue 2 years ago • 1 comments

Similar to echocode-io/gcp-pubsub-emulator-ui project please add possibility to predefine projects on container build, ie.:

version: "3.9"

services:
  pubsub_emulator:
    image: messagebird/gcloud-pubsub-emulator:latest
    ports:
      - "8681:8681"
    environment:
      - PUBSUB_PROJECT1=test-project,topic1:topic1-sub,topic2:t2-s1:t2-s2

  emulator-ui:
    image: ghcr.io/neoscript/pubsub-emulator-ui:latest
    ports:
      - "7200:80"
    environment:
      - PUBSUB_PROJECTS=test-project

msrokowski avatar Mar 18 '24 08:03 msrokowski

May take a look at doing this, for now should be able to add it via the UI and the auto save to localStorage should prevent you from constantly having to configure the project.

NeoScript avatar Mar 28 '24 13:03 NeoScript

May take a look at doing this, for now should be able to add it via the UI and the auto save to localStorage should prevent you from constantly having to configure the project.

I can not automate process this way and it would be hard to maintain across project's team members.

msrokowski avatar Oct 17 '24 20:10 msrokowski