2 years ago
I attached the error message when I dragged and dropped my docker-compose file on template composer.
10 Replies
2 years ago
N/A
2 years ago
@Brody I tried your recommendation but it does not work. Any idea why?
2 years ago
your compose file is probably not compatible
2 years 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: password2 years ago
I'd recommend simply creating the service manually
2 years 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
2 years ago
Hmm, I can try doing that however the best possible move for our insight is using the docker-compose. But I will try.
2 years 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
2 years ago
okay I will try thanks!
2 years ago
Upon testing this is already resolved, thank you for the help!