summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-27 14:34:43 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-27 14:34:43 +0300
commit34b1b2f9816c648e494399c7b9908ab53a8947a6 (patch)
treebb6d99f4b4d5c347f21e3727e896dd7af784c9d6
parentf7ab68fc0796ed9ec7e56ea75f836041eacafaf5 (diff)
Use self-hosted registry
-rwxr-xr-xbuild-and.push.sh2
-rw-r--r--docker-compose.yml2
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: