fix: hardcode docker image urls to simplify portainer deployment
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
backend:
|
||||
build:
|
||||
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
|
||||
ports:
|
||||
- "3004:3004"
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
frontend:
|
||||
build:
|
||||
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
|
||||
ports:
|
||||
- "3000:80"
|
||||
|
||||
Reference in New Issue
Block a user