auto update repo
This commit is contained in:
parent
2d6ab46e24
commit
f1b9ce4861
Binary file not shown.
|
|
@ -288,3 +288,21 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- dd
|
||||
|
||||
dot-dot-lms:
|
||||
image: registry.dot-dot.ru/singleoffice:${DOTDOTLMS_TAG}
|
||||
command: npm run start
|
||||
volumes:
|
||||
- ./configs/dot-dot-lms/.env.local:/app/.env
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dd
|
||||
|
||||
dot-dot-cabinet:
|
||||
image: registry.dot-dot.ru/singleoffice:${DOTDOTCABINET_TAG}
|
||||
command: npm run start
|
||||
volumes:
|
||||
- ./configs/dot-dot-cabinet/.env.local:/app/.env
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dd
|
||||
|
|
|
|||
Loading…
Reference in New Issue