diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-04-22 11:24:06 +0200 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-22 11:24:06 +0200 |
| commit | f03e538a010e38f4e29e9519fdf1732bd80df955 (patch) | |
| tree | 8ea2a6787690eccceb190b335fef43a3fc59018b | |
| parent | 57740f992d1329eb36ca4a238c5fc8b776331e7d (diff) | |
Use remote docker image for docker-compose
| -rw-r--r-- | docker/api/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/api/docker-compose.yml b/docker/api/docker-compose.yml index 53c105f..6b6e4ed 100644 --- a/docker/api/docker-compose.yml +++ b/docker/api/docker-compose.yml @@ -13,7 +13,7 @@ services: - postgres_data:/var/lib/postgresql/data rahanna: - image: rahanna-api + image: ghcr.io/boozec/rahanna-api:latest container_name: rahanna-api networks: - default |