#Drag and Drop Docker Compose not working from template composer
11 messages · Page 1 of 1 (latest)
Project ID: N/A
N/A
@vagrant helm I tried your recommendation but it does not work. Any idea why?
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
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
Hmm, I can try doing that however the best possible move for our insight is using the docker-compose. But I will try.
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!