Skip to content

Commit

Permalink
Add Docker instructions to use new registry for production images
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Oct 15, 2020
1 parent beb194f commit 2d35cd3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Setup

Run `docker build -t send:latest .` to create an image or `docker-compose up` to run a full testable stack. *We don't recommend using docker-compose for production.*
Use `registry.gitlab.com/timvisee/send:latest` from [`timvisee/send`'s registry](https://gitlab.com/timvisee/send/container_registry) for the latest Docker image.

```bash
docker pull registry.gitlab.com/timvisee/send:latest
```

Or run `docker build -t send:latest .` to create an image locally or `docker-compose up` to run a full testable stack. *We don't recommend using docker-compose for production.*

## Environment variables:

Expand Down

0 comments on commit 2d35cd3

Please sign in to comment.