GameAchievements
GameAchievements
RRailway
Created by GameAchievements on 11/2/2023 in #✋|help
Help with NodeBB deployment
No description
105 replies
RRailway
Created by GameAchievements on 9/20/2023 in #✋|help
How to deploy a Discourse forum in Railway through their docker image?
Discourse is a forum software that can be deployed via a docker image: https://hub.docker.com/r/discourse/base I tried using this URL directly in Railway "New > Docker Image" option, but the URL is replaced by https://hub.docker.com/_/discourse — so I copied their base image folder contents (which includes the Dockerfile): https://github.com/discourse/discourse_docker/tree/master/image/base To a new repo and added a Postgres and Redis service in the project. The deployment fails with:
59 | ADD install-nginx /tmp/install-nginx 60 | >>> RUN /tmp/install-nginx 61 | 62 | RUN apt -y install advancecomp jhead jpegoptim libjpeg-turbo-progs optipng ------------------- ERROR: failed to solve: process "/bin/sh -c /tmp/install-nginx" did not complete successfully: exit code: 2
Does what I am attempting have any chance of working? Project ID: eb420912-7d00-4c05-8b5a-85b0415e95f4
8 replies