Skip to content

Commit f1cf77d

Browse files
committed
Fix container names
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
1 parent aaaf62e commit f1cf77d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

dev/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ services:
823823
restart: unless-stopped
824824

825825
love-agent-prod:
826-
image: intabiafusion/love-agent
826+
image: haiodo/love-agent
827827
extra_hosts:
828828
- 'huly.local:host-gateway'
829829
depends_on:
@@ -875,7 +875,7 @@ services:
875875
restart: unless-stopped
876876

877877
mail_server:
878-
image: intabiafusion/mail
878+
image: haiodo/mail
879879
extra_hosts:
880880
- 'huly.local:host-gateway'
881881
depends_on:
@@ -897,7 +897,7 @@ services:
897897
- SMTP_TLS_MODE=ignore
898898
- SMTP_ALLOW_SELF_SIGNED=true
899899
mail_client:
900-
image: intabiafusion/mail
900+
image: haiodo/mail
901901
extra_hosts:
902902
- 'huly.local:host-gateway'
903903
depends_on:

services/ai-bot/pod-ai-bot/docs/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The service remains fully backward compatible with environment variable-based co
133133
```yaml
134134
services:
135135
aibot:
136-
image: intabiafusion/ai-bot
136+
image: haiodo/ai-bot
137137
environment:
138138
# Account and Server Configuration
139139
- ACCOUNTS_URL=http://accounts-service:3000
@@ -199,7 +199,7 @@ services:
199199
```yaml
200200
services:
201201
aibot:
202-
image: intabiafusion/ai-bot
202+
image: haiodo/ai-bot
203203
volumes:
204204
- ./config.yaml:/usr/src/app/config.yaml:ro
205205
environment:
@@ -210,7 +210,7 @@ services:
210210
```yaml
211211
services:
212212
aibot:
213-
image: intabiafusion/ai-bot
213+
image: haiodo/ai-bot
214214
environment:
215215
- CONFIG_YAML=LS0tCmFjY291bnRzOgogIHVybDogImh0dHA6Ly9hY2NvdW50cy1zZXJ2aWNlOjMwMDAiCiAgc2VydmVyU2VjcmV0OiAieW91ci1zZWNyZXQiCiAgc2VydmljZUlkOiAiYWktYm90LXNlcnZpY2UiCiMgLi4uIHJlc3Qgb2YgY29uZmlnCg==
216216
```
@@ -234,7 +234,7 @@ spec:
234234
spec:
235235
containers:
236236
- name: aibot
237-
image: intabiafusion/ai-bot
237+
image: haiodo/ai-bot
238238
ports:
239239
- containerPort: 4010
240240
env:
@@ -291,7 +291,7 @@ spec:
291291
spec:
292292
containers:
293293
- name: aibot
294-
image: intabiafusion/ai-bot
294+
image: haiodo/ai-bot
295295
ports:
296296
- containerPort: 4010
297297
volumeMounts:

0 commit comments

Comments
 (0)