auto update repo
This commit is contained in:
parent
af00cfa71e
commit
27607815b8
Binary file not shown.
|
|
@ -294,16 +294,13 @@ services:
|
|||
- 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
|
||||
image: registry.dot-dot.ru/dot-dot-lms:${DOTDOTLMS_TAG}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dd
|
||||
|
||||
dot-dot-cabinet:
|
||||
image: registry.dot-dot.ru/singleoffice:${DOTDOTCABINET_TAG}
|
||||
image: registry.dot-dot.ru/:dot-dot-cabinet:${DOTDOTCABINET_TAG}
|
||||
command: npm run start
|
||||
volumes:
|
||||
- ./configs/dot-dot-cabinet/.env.local:/app/.env
|
||||
|
|
|
|||
Loading…
Reference in New Issue