diff --git a/docker-compose.yml b/docker-compose.yml index 2c8590c..2d167bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"