pull image from gitea
All checks were successful
Build & Push Docker Images / build (push) Successful in 11s
All checks were successful
Build & Push Docker Images / build (push) Successful in 11s
This commit is contained in:
parent
59a77e8830
commit
cc3cf2619c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user