auto update repo
This commit is contained in:
parent
b2f72a2e33
commit
45848db7aa
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue