Add Docker instructions to use new registry for production images
This commit is contained in:
parent
beb194f3e0
commit
2d35cd33c9
@ -1,6 +1,12 @@
|
|||||||
## Setup
|
## 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:
|
## Environment variables:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user