#Drag and Drop Docker Compose not working from template composer

11 messages · Page 1 of 1 (latest)

vagrant parrot
#

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

weary crestBOT
#

Project ID: N/A

vagrant parrot
#

N/A

#

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

vagrant helm
#

your compose file is probably not compatible

vagrant parrot
#

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
vagrant helm
#

I'd recommend simply creating the service manually

#

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

vagrant parrot
#

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

vagrant helm
#

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

vagrant parrot
#

okay I will try thanks!