Switch CI/CD to Gitea Actions and Gitea registry
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.9"
|
||||
|
||||
services:
|
||||
control-api:
|
||||
image: cloudlysis/control-api:dev
|
||||
image: ${IMAGE_PREFIX:-cloudlysis}/control-api:${IMAGE_TAG:-dev}
|
||||
environment:
|
||||
CONTROL_API_ADDR: "0.0.0.0:8080"
|
||||
CONTROL_PLACEMENT_PATH: "/etc/control/placement.json"
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
condition: on-failure
|
||||
|
||||
control-ui:
|
||||
image: cloudlysis/control-ui:dev
|
||||
image: ${IMAGE_PREFIX:-cloudlysis}/control-ui:${IMAGE_TAG:-dev}
|
||||
environment:
|
||||
VITE_CONTROL_API_URL: "http://control-api:8080"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user