fix: Migrate away from DockerHub where possible

This commit is contained in:
Adrien Poupa
2025-03-09 13:53:29 -04:00
parent 2a7dbd0342
commit ddcc9210e6
5 changed files with 53 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
services:
tandoor:
image: vabene1111/recipes:latest
image: ghcr.io/tandoorrecipes/recipes:latest
container_name: tandoor
restart: always
env_file:
@@ -17,7 +17,7 @@ services:
- tandoor
tandoor-nginx:
image: nginx:mainline-alpine
image: public.ecr.aws/nginx/nginx:mainline-alpine
container_name: tandoor-nginx
restart: always
env_file:
@@ -48,7 +48,7 @@ services:
- tandoor
tandoor-backup:
image: adrienpoupa/rclone-backup:latest
image: ghcr.io/adrienpoupa/rclone-backup:latest
container_name: tandoor-backup
restart: always
env_file: