add signer

This commit is contained in:
Sergey Paramoshkin 2024-10-04 12:11:27 +03:00
parent 9fe3464f12
commit df53f7f44d
2 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
bookstack/
backups/
dot-dot
LMS/
LMS/
signer/

View File

@ -159,3 +159,14 @@ services:
- REDIS_PORT=6379
networks:
dd: {}
signer:
build:
context: signer
restart: unless-stopped
volumes:
- ./configs/lms/.env:/app/.env
env_file:
- ./configs/lms/.env
networks:
- dd