Skip to content

Add support for arm64 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

# REVOLT API server (Delta)
api:
image: revoltchat/server
image: ghcr.io/redstonewizard08/delta:patch-1
env_file: .env
depends_on:
- database
Expand Down Expand Up @@ -67,7 +67,7 @@ services:

# REVOLT file hosting service (Autumn)
autumn:
image: revoltchat/autumn
image: revoltchat/autumn:master
env_file: .env
depends_on:
- database
Expand All @@ -80,7 +80,7 @@ services:

# REVOLT metadata and image proxy (January)
january:
image: revoltchat/january
image: revoltchat/january:master
ports:
- "7000:3000"
restart: always