a year ago
I attached the error message when I dragged and dropped my docker-compose file on template composer.
10 Replies
a year ago
N/A
a year ago
@Brody I tried your recommendation but it does not work. Any idea why?
a year ago
your compose file is probably not compatible
a year ago
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: passworda 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
a year ago
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
a year ago
okay I will try thanks!
a year ago
Upon testing this is already resolved, thank you for the help!