24
1
Fork 0

Add Docker instructions to use new registry for production images

This commit is contained in:
timvisee 2020-10-15 20:03:15 +02:00
parent beb194f3e0
commit 2d35cd33c9
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 7 additions and 1 deletions

View File

@ -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: