fix: hardcode docker image urls to simplify portainer deployment
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s

This commit is contained in:
Cauê Faleiros
2026-05-04 15:09:25 -03:00
parent 9d8779ede3
commit cc0fd3495e

View File

@@ -17,7 +17,7 @@ services:
backend: backend:
build: build:
context: ./backend context: ./backend
image: ${REGISTRY:-gitea.local}/${IMAGE_NAME:-your-username/graph}-backend:latest image: gitea.blyzer.com.br/blyzer/graphs-backend:latest
container_name: graph_backend container_name: graph_backend
ports: ports:
- "3004:3004" - "3004:3004"
@@ -32,7 +32,7 @@ services:
frontend: frontend:
build: build:
context: . context: .
image: ${REGISTRY:-gitea.local}/${IMAGE_NAME:-your-username/graph}-frontend:latest image: gitea.blyzer.com.br/blyzer/graphs-frontend:latest
container_name: graph_frontend container_name: graph_frontend
ports: ports:
- "3000:80" - "3000:80"