camilo
camilo
RRailway
Created by camilo on 12/8/2023 in #✋|help
Restore Backup
Hiii, My database does a daily backup on Amazon, does anyone know how I can restore the last one that was made? I know it's not a Railway thing but if someone can help me with this, thank you, or where can I find a tutorial
7 replies
RRailway
Created by camilo on 11/9/2023 in #✋|help
terminating connection due to administrator command
No description
6 replies
RRailway
Created by camilo on 6/28/2023 in #✋|help
Could not load the shared library
5 replies
RRailway
Created by camilo on 6/14/2023 in #✋|help
Error with Redis
16 replies
RRailway
Created by camilo on 6/6/2023 in #✋|help
Docker compiler does not take the enviroments
Hi, I have this problem, when I tried to compile this dockerfile: FROM node:16.18.0-alpine3.16 WORKDIR /app RUN apk add --no-cache libc6-compat COPY . . ENV PATH /app/node_modules/.bin:$PATH Add support for https on wget RUN apk update && apk add --no-cache wget && apk --no-cache add openssl wget && apk add ca-certificates && update-ca-certificates Add phantomjs RUN wget -qO- "https://github.com/dustinblackman/phantomized/releases/download/2.1.1a/dockerized-phantomjs.tar.gz" | tar xz -C / \ && npm config set user 0 \ && npm install -g phantomjs-prebuilt Add fonts required by phantomjs to render html correctly RUN apk add --update ttf-dejavu ttf-droid ttf-freefont ttf-liberation && rm -rf /var/cache/apk/* RUN yarn install RUN yarn build RUN yarn start for a nestJS project, It compiles but does not take the enviroments: Error: Config validation error: "FIREBASE_CREDENCIAL" is required. and that happens with all the variables
10 replies