Skip to content

docker-compose options#25

Description

@LegendSebastiano-L

hey 馃憢

I have a docker-compose that spin up everything, just a bit different from your example

  # PubSub
  pubsub:
    image: google/cloud-sdk:emulators
    container_name: pubsub
    command: bash -c "gcloud beta emulators pubsub start --project=some-project-id --host-port='0.0.0.0:8085'"
    volumes: 
      - pubsub_data:/opt/data
    ports:
      - "8085:8085"
    networks:
      - app-network
  • is there a way to specify the port where the PubSub is running in this emulator UI?
  • is there a volume I can attach to it and name it? like I did in the cloud-sdk image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions