Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d16adb25b0 | |||
| 9189506e9b | |||
| 0d1c34d1f8 |
@@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ env.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
password: ${{ secrets.DOCKER_PAT }}
|
||||
|
||||
- name: Extract version
|
||||
id: meta
|
||||
@@ -40,5 +40,5 @@ jobs:
|
||||
context: ./${{ matrix.component }}
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/loremindmj/${{ matrix.component }}:latest
|
||||
${{ env.REGISTRY }}/loremindmj/${{ matrix.component }}:${{ steps.meta.outputs.version }}
|
||||
${{ env.REGISTRY }}/${{ env.REGISTRY_USER }}/${{ matrix.component }}:latest
|
||||
${{ env.REGISTRY }}/${{ env.REGISTRY_USER }}/${{ matrix.component }}:${{ steps.meta.outputs.version }}
|
||||
|
||||
@@ -55,7 +55,7 @@ services:
|
||||
"
|
||||
|
||||
core:
|
||||
image: ${REGISTRY:-gitea.example.com}/loremindmj/core:${TAG:-latest}
|
||||
image: ${REGISTRY:-gitea.example.com}/ietm64/core:${TAG:-latest}
|
||||
container_name: loremind-core
|
||||
depends_on:
|
||||
postgres:
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
brain:
|
||||
image: ${REGISTRY:-gitea.example.com}/loremindmj/brain:${TAG:-latest}
|
||||
image: ${REGISTRY:-gitea.example.com}/ietm64/brain:${TAG:-latest}
|
||||
container_name: loremind-brain
|
||||
environment:
|
||||
LLM_PROVIDER: ${LLM_PROVIDER:-ollama}
|
||||
@@ -91,7 +91,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
web:
|
||||
image: ${REGISTRY:-gitea.example.com}/loremindmj/web:${TAG:-latest}
|
||||
image: ${REGISTRY:-gitea.example.com}/ietm64/web:${TAG:-latest}
|
||||
container_name: loremind-web
|
||||
depends_on:
|
||||
- core
|
||||
|
||||
Reference in New Issue
Block a user