fix: pull from Code Flow's container registry

This commit is contained in:
Dan Anglin 2023-11-28 14:16:58 +00:00
parent 3b8a81287b
commit 36c4ebe203
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ https://www.alphavantage.co/support/#api-key
## Running the docker image locally
The docker image is published to the GitLab Container Registry [here](https://gitlab.com/dananglin/stock-ticker/container_registry/3916158).
The docker image is published to the container registry at Code Flow [here](https://codeflow.dananglin.me.uk/apollo/stock-ticker/packages).
You can pull and run the docker image from the registry with the following command:
```bash
@ -60,7 +60,7 @@ docker run --rm \
-e APIKEY=<YOUR_API_KEY> \
--publish 8080:8080 \
--name stock-ticker \
registry.gitlab.com/dananglin/stock-ticker:v0.1.0
codeflow.dananglin.me.uk/apollo/stock-ticker:v0.1.0
```
Alternatively you can build and run the docker image locally.

View file

@ -140,7 +140,7 @@ spec:
fieldPath: status.podIP
- name: WEBSERVER_PORT
value: "8080"
image: "registry.gitlab.com/dananglin/stock-ticker:v0.1.0"
image: "codeflow.dananglin.me.uk/apollo/stock-ticker:v0.1.0"
imagePullPolicy: Always
livenessProbe:
httpGet: