mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-20 01:35:16 -05:00
Update docker-compose to use master tag for client
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
This is still a work-in-progress and some things may not work, notably Autumn does not auto-create S3 buckets yet and the app points to api.revolt.chat by default.
|
This is still a work-in-progress and some things may not work, notably Autumn does not auto-create S3 buckets yet.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
@@ -7,13 +7,13 @@ This repository provides reasonable defaults, so you can immediately get started
|
|||||||
> ⚠️ Not recommended for production, see below for full guide.
|
> ⚠️ Not recommended for production, see below for full guide.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.insrt.uk/revolt/self-hosted revolt
|
git clone https://github.com/revoltchat/self-hosted revolt
|
||||||
cd revolt
|
cd revolt
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Then simply go to https://local.revolt.chat:5000
|
Then simply go to http://local.revolt.chat:5000
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
|
|
||||||
# REVOLT Web App
|
# REVOLT Web App
|
||||||
web:
|
web:
|
||||||
image: revoltchat/client
|
image: revoltchat/client:master
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
|
|||||||
Reference in New Issue
Block a user