pull image from gitea
All checks were successful
Build & Push Docker Images / build (push) Successful in 11s

This commit is contained in:
Thomas Faour 2025-08-11 18:49:42 -04:00
parent 59a77e8830
commit cc3cf2619c

View File

@ -1,7 +1,8 @@
version: "3.9"
services:
backend:
image: ${REGISTRY:-registry.local}/${IMAGE_NAMESPACE:-youruser}/imap-client-backend:latest
image: ${REGISTRY:-git.thumeit.com}/${IMAGE_NAMESPACE:-tfaour}/imap-client-backend:latest
pull_policy: always
build:
context: ./backend
dockerfile: Dockerfile
@ -26,7 +27,8 @@ services:
ports:
- "8080:8080"
frontend:
image: ${REGISTRY:-registry.local}/${IMAGE_NAMESPACE:-youruser}/imap-client-frontend:latest
image: ${REGISTRY:-git.thumeit.com}/${IMAGE_NAMESPACE:-tfaour}/imap-client-frontend:latest
pull_policy: always
build:
context: ./frontend
dockerfile: Dockerfile