Diamond32
Diamond32
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
also found, that it was possible define toml path, that allows me to have separate config as code for each service
14 replies
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
thanks, it worked
14 replies
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
everything works fine with single project but not sure if it would be possible to add second dockerfile path so it would build two services instead of one
14 replies
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
and in toml i provide the path to dockerfile
[build]
builder = "dockerfile"
dockerfilePath = "./AccountingApp.Application/Dockerfile"
[build]
builder = "dockerfile"
dockerfilePath = "./AccountingApp.Application/Dockerfile"
14 replies
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
I have it like this at the moment: solution - main-api - Dockerfile - console-app - Dockerfile - railway.toml
14 replies
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
basicly one asp.net api and console app for cron jobs
14 replies
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
shared monorepo
14 replies
RRailway
Created by Diamond32 on 10/20/2024 in #✋|help
Is it possible to deploy few services from single repo with toml file?
N/A
14 replies