diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-27 14:34:43 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-27 14:34:43 +0300 |
| commit | 34b1b2f9816c648e494399c7b9908ab53a8947a6 (patch) | |
| tree | bb6d99f4b4d5c347f21e3727e896dd7af784c9d6 | |
| parent | f7ab68fc0796ed9ec7e56ea75f836041eacafaf5 (diff) | |
Use self-hosted registry
| -rwxr-xr-x | build-and.push.sh | 2 | ||||
| -rw-r--r-- | docker-compose.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-and.push.sh b/build-and.push.sh index 09732a8..b43684b 100755 --- a/build-and.push.sh +++ b/build-and.push.sh @@ -1,6 +1,6 @@ #!/bin/bash -IMAGE=registry.digitalocean.com/jan-systems-registry/taulubot:latest +IMAGE=registry.jan.systems/taulubot:latest set -euxo pipefail docker build --platform linux/amd64 -t $IMAGE . diff --git a/docker-compose.yml b/docker-compose.yml index 6f9a1b2..de37439 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: taulubot: - image: registry.digitalocean.com/jan-systems-registry/taulubot:latest + image: registry.jan.systems/taulubot:latest volumes: - ${PWD}/photo:/app/photo environment: |
