fix: use NAS-local Gitea registry for CRM
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 7s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 7s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
monica:
|
||||
image: git.mischlabs.de/mrdiderot/crm:latest
|
||||
image: localhost:3001/mrdiderot/crm:latest
|
||||
container_name: mischcrm
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- monica_storage:/var/www/html/storage
|
||||
|
||||
cron:
|
||||
image: git.mischlabs.de/mrdiderot/crm:latest
|
||||
image: localhost:3001/mrdiderot/crm:latest
|
||||
container_name: mischcrm_cron
|
||||
restart: unless-stopped
|
||||
command: cron.sh
|
||||
|
||||
Reference in New Issue
Block a user