R
Railway16mo ago
jlumos

Usage and Bills without any active deploy

I have one project created (Spring Boot Eureka). I have deployed it succesfully, but now 0 deployments are live. I removed them. Surprisingly, my usage is growing (nothing important, just $0.0038). Do I need to completely delete the app in order to stop adding expenses? Thanks in advance
19 Replies
Percy
Percy16mo ago
Project ID: N/A
jlumos
jlumos16mo ago
N/A
Brody
Brody16mo ago
do you have a database of any kind?
jlumos
jlumos16mo ago
nope, just a spring boot eureka service id 505703f3-dc94-4b65-8e25-eca5783bc650
Brody
Brody16mo ago
screenshot?
jlumos
jlumos16mo ago
Brody
Brody16mo ago
and you have no other projects with any deployments or databases?
jlumos
jlumos16mo ago
jlumos
jlumos16mo ago
this is the only one and I don't have more environments It has attached a railway domain, maybe that?
Brody
Brody16mo ago
can you still access it from the domain?
jlumos
jlumos16mo ago
nope unir-backend-eureka.up.railway.app↗ https://unir-backend-eureka.up.railway.app/
Brody
Brody16mo ago
likely a phantom container provide your project id please
jlumos
jlumos16mo ago
where is it?
Brody
Brody16mo ago
in the url
jlumos
jlumos16mo ago
3e72de25-24dd-4546-bc3f-c79bea6c71e3
Percy
Percy16mo ago
Flagging this thread. A team member will be with you shortly.
jlumos
jlumos16mo ago
maybe... something wrong with the Dockerfile?? but it shouldn be.. Build stage FROM maven:3.8.2-jdk-11 AS build COPY . . RUN mvn clean package FROM openjdk:11 EXPOSE 8761 COPY --from=build /target/eureka-0.0.1-SNAPSHOT.jar app.jar ENTRYPOINT ["java", "-jar", "/app.jar"]
Brody
Brody16mo ago
^ ^