mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
BuildKit-related changes
This commit is contained in:
parent
6824df5a35
commit
3fbc5c5a7d
@ -5,6 +5,11 @@ services:
|
|||||||
image: iceshrimp.dev/iceshrimp/iceshrimp:dev
|
image: iceshrimp.dev/iceshrimp/iceshrimp:dev
|
||||||
### If you want to build the image locally
|
### If you want to build the image locally
|
||||||
# build: .
|
# build: .
|
||||||
|
### If you want to build the image locally AND use Docker 20.10
|
||||||
|
# build:
|
||||||
|
# context: .
|
||||||
|
# args:
|
||||||
|
# DOCKER_BUILDKIT: 1
|
||||||
container_name: iceshrimp_web
|
container_name: iceshrimp_web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# Installing Iceshrimp with Docker
|
# Installing Iceshrimp with Docker
|
||||||
|
|
||||||
This guide is based on `docker compose`/Docker Compose v2, but `docker-compose`/Docker Compose v1 will work as well.
|
This guide is based on `docker compose`/Docker Compose v2, but `docker-compose`/Docker Compose v1 should work as well. Docker 20.10+ is required for building your own images because of BuildKit usage, and Docker 20.10 users need to [enable BuildKit first](https://docs.docker.com/build/buildkit/#getting-started), or [upgrade to latest Docker](https://docs.docker.com/engine/install/#server).
|
||||||
|
|
||||||
## Preparations
|
## Preparations
|
||||||
|
|
||||||
### Getting needed files
|
### Getting needed files
|
||||||
|
|
||||||
Run `git clone https://iceshrimp.dev/iceshrimp/iceshrimp` <!--but if you are not planning on building your own image, just grabbing `.config` and `docker-compose.yml.example` from the repo will suffice.-->
|
Run `git clone https://iceshrimp.dev/iceshrimp/iceshrimp`, but if you are not planning on building your own image, just grabbing `.config` and `docker-compose.yml.example` from the repo will suffice.
|
||||||
|
|
||||||
### docker-compose.yml
|
### docker-compose.yml
|
||||||
|
|
||||||
@ -37,6 +37,7 @@ docker compose up
|
|||||||
### Building the image
|
### Building the image
|
||||||
|
|
||||||
Depending on your machine specs, this can take well over 30 minutes
|
Depending on your machine specs, this can take well over 30 minutes
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker compose build
|
docker compose build
|
||||||
docker compose up
|
docker compose up
|
||||||
|
Loading…
Reference in New Issue
Block a user