Audi
How can i open my app using pubic link generated by Railway app. as I am getting in my logs.
using provided configuration
admin endpoint disabled
automatic HTTPS is completely disabled for server
started background certificate maintenance
unable to get instance ID; storage clean stamps will be incomplete
server running
serving initial configuration
cleaning storage unit
finished cleaning storage units
41 replies
How can i open my app using pubic link generated by Railway app. as I am getting in my logs.
41 replies
How can i open my app using pubic link generated by Railway app. as I am getting in my logs.
Here is the toml file code for candy
download and untar caddy
[phases.caddy]
dependsOn = ['setup'] # make sure this phase runs after the default 'setup' phase
cmds = [
'curl -fsSLo caddy.tar.gz "https://github.com/caddyserver/caddy/releases/download/v${CADDY_VERSION}/caddy_${CADDY_VERSION}_linux_amd64.tar.gz"', # download the caddy release specified by 'CADDY_VERSION' from GitHub
'tar -zxvf caddy.tar.gz caddy', # only extract 'caddy' from the tarball
'chmod +x caddy' # enable file execution for caddy, needed to execute downloaded files
]
41 replies
How can i open my app using pubic link generated by Railway app. as I am getting in my logs.
[stage-0 14/15] RUN caddy fmt --overwrite Caddyfile
#21 0.426 Error: reading input file: open Caddyfile: no such file or directory
#21 ERROR: process "/bin/bash -ol pipefail -c caddy fmt --overwrite Caddyfile" did not complete successfully: exit code: 1
-----
[stage-0 14/15] RUN caddy fmt --overwrite Caddyfile:0.426 Error: reading input file: open Caddyfile: no such file or directory ----- Dockerfile:34 ------------------- 32 | # fmt phase 33 | COPY . /app/. 34 | >>> RUN caddy fmt --overwrite Caddyfile 35 | 36 | ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c caddy fmt --overwrite Caddyfile" did not complete successfully: exit code: 1 Error: Docker build failed
41 replies