Skip to content

Commit

Permalink
[infra] care of the architecture of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
patatoid committed Dec 28, 2023
1 parent 7b24ae2 commit dc202be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ The applications will be available on different ports (depending on the filled o

### Run an instance from docker

> Note this image is built for x86_64 architecture, for other architectures build yourself the image or use docker compose install that will build the image for your architecture.
A docker image is available at `malachit/boruta-server` on [DockerHub](https://hub.docker.com/r/malachit/boruta-server), you will need a postgres instance installed on your system with credentials provided as environment variables in `.env.*`.

1. Run database migrations
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ services:
retries: 5

boruta:
image: ghcr.io/malach-it/boruta-server:master
build:
context: .
dockerfile: Dockerfile.full
ports:
- "8080:8080"
- "8081:8081"
Expand Down

0 comments on commit dc202be

Please sign in to comment.