From 34b1b2f9816c648e494399c7b9908ab53a8947a6 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 27 Sep 2023 14:34:43 +0300 Subject: Use self-hosted registry --- build-and.push.sh | 2 +- 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: -- cgit v1.3