nikivi
nikivi
Explore posts from servers
RRailway
Created by nikivi on 6/27/2024 in #✋|help
How to move project from hobby workspace into Pro workspace
its unclear how
16 replies
RRailway
Created by nikivi on 6/20/2024 in #✋|help
getting 403 from docker hub thus railway build failing
No description
11 replies
RRailway
Created by nikivi on 6/19/2024 in #✋|help
Railway is not using service variables during Dockerfile build
No description
37 replies
RRailway
Created by nikivi on 6/18/2024 in #✋|help
how to debug why container is building for 12+ min
No description
9 replies
RRailway
Created by nikivi on 6/17/2024 in #✋|help
App is down
please help
215 replies
RRailway
Created by nikivi on 6/12/2024 in #✋|help
Help deploying Dockerfile of Elysia server to Railway
No description
81 replies
RRailway
Created by nikivi on 10/27/2023 in #✋|help
Need linux server i run a command inside of that pipes output to a file
No description
4 replies
RRailway
Created by nikivi on 6/15/2023 in #✋|help
Help deploy docker-compose.yml of Caddy server
contents of it
version: "3.9"

services:
caddy:
image: caddy:2.6.4-alpine
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./site:/srv
- caddy_data:/data
- caddy_config:/config

volumes:
caddy_data:
caddy_config:
version: "3.9"

services:
caddy:
image: caddy:2.6.4-alpine
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./site:/srv
- caddy_data:/data
- caddy_config:/config

volumes:
caddy_data:
caddy_config:
15 replies
RRailway
Created by nikivi on 5/19/2023 in #✋|help
Help deploy a node.js server on railway
I want to deploy some node code with railway
85 replies
RRailway
Created by nikivi on 1/22/2023 in #✋|help
Change to EU based Postgres from US and help connect with Postico
I created a Postgres db with railway and am trying to connect to it from Prisma. Code here: https://github.com/learn-anything/learn-anything I have difficulty making the sync work though. I read through https://dev.to/nextdev/how-to-connect-railway-app-with-nextjs-using-prisma-1eo8 But when I try to sync, there are no relations found. I don't know what to do. Also as I am based in EU, I would like my Postgres to be based in EU too, currently it's in US.
13 replies