Drag and Drop Docker Compose not working from template composer

I attached the error message when I dragged and dropped my docker-compose file on template composer.

10 Replies

N/A


@Brody I tried your recommendation but it does not work. Any idea why?


a year ago

your compose file is probably not compatible


this is my docker-compose file.

version: '3.8'
services:
  insight:
    image: thirdweb/insight:latest
    ports:
      - "3000:3000"
    environment:
      - RPC_URL: https://1.rpc.thirdweb.com
      - API_BASICAUTH_USERNAME: admin
      - API_BASICAUTH_PASSWORD: password

a year ago

I'd recommend simply creating the service manually


a year ago

I'll open a ticket for this, but in all honesty it would be quite low priority because it is a non-blocking problem


Hmm, I can try doing that however the best possible move for our insight is using the docker-compose. But I will try.


a year ago

had it worked, it just maps the services in the compose file into Railway services, you will end up with the exact same outcome doing it manually


okay I will try thanks!


Upon testing this is already resolved, thank you for the help!


Loading...