auto update repo

This commit is contained in:
ddadmin 2026-02-04 19:56:01 +03:00
parent b2f72a2e33
commit 45848db7aa
2 changed files with 0 additions and 30 deletions

Binary file not shown.

View File

@ -274,33 +274,3 @@ services:
restart: unless-stopped
networks:
- dd
singleoffice:
image: registry.dot-dot.ru/singleoffice:${SINGLEOFFICE_TAG}
command: sh -c 'php-fpm'
volumes:
- ./configs/singleoffice/.env.local:/application/.env.local
restart: unless-stopped
networks:
- dd
singleoffice-front:
image: registry.dot-dot.ru/singleoffice:${SINGLEOFFICEFRONT_TAG}
command: npm run start
volumes:
- ./configs/singleoffice-front/.env.local:/app/.env
restart: unless-stopped
networks:
- dd
dot-dot-lms:
image: registry.dot-dot.ru/dot-dot-lms:${DOTDOTLMS_TAG}
restart: unless-stopped
networks:
- dd
dot-dot-cabinet:
image: registry.dot-dot.ru/dot-dot-cabinet:${DOTDOTCABINET_TAG}
restart: unless-stopped
networks:
- dd