Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyaml
  obsidian-devportal:
    image: xxx
    container_name: joshn-doe-api-shop
    ports:
      - "443:443"
    environment:
      - 'BACKEND_URL=: https://yourSubdomain.backend.apiida.io/'
      - 'BACKEND_WS=wss://yourSubdomain.backend.apiida.io/'
localhost:8080
      # To disable the insertion of the tenant ID the string must not contain 'addTenantIdToBack'.
      INSERT_TENANT_ID: doNotInsertIt
     - 'DEV_PORTAL_TOKEN=yourToken': vpfw2d823h8uQRN
      # ssl configuration - here you can mount your certificate in the container and if you want, also change the whole nginx configuration.
      #  volumes:
      #   - ./frontend.crt:/etc/ssl/certs/frontenddevportal.crt
      #   - ./frontend.key:/etc/ssl/private/frontenddevportal.key
    #  # http://nginx.org/en/docs/
      #   - ./nginx.conf:/etc/nginx/conf.d/default.conf

...