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" version: "3.9"
services: services:
backend: 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: build:
context: ./backend context: ./backend
dockerfile: Dockerfile dockerfile: Dockerfile
@ -26,7 +27,8 @@ services:
ports: ports:
- "8080:8080" - "8080:8080"
frontend: 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: build:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile