msrumon / railwayapp-template-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Nextcloud on Railway

This template is solely made for Railway.app platform to deploy Nextcloud on their servers. Click on the button below to deploy it through your account.

Deploy on Railway

You'll need an S3 bucket to store your files, so make sure you create a bucket first before you deploy this template. Optionally, you can configure SMTP-related environment variables for sending emails.

Local Deployment

This project comes with a docker-compose.yml which can be used to run the project locally. You can use the following command to start the project.

docker compose up --build --detach main

After that, visit http://localhost. Login with the following credentials.

Username: admin
Password: admin

You can check emails sent by Nextcloud by visiting http://localhost:8025.

When you're done, simply run the following command to stop the project.

docker compose down --rmi local --volumes

About

License:MIT License


Languages

Language:Dockerfile 50.1%Language:Shell 49.9%