feat(backend): update to profile signing; configure rsa key
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/data/
|
||||
.env
|
||||
/secrets/
|
||||
|
||||
2
backend
2
backend
Submodule backend updated: 4d42cfff2d...056aa05c50
@@ -35,6 +35,9 @@ services:
|
||||
- postgres # Запускать только после старта базы данных
|
||||
env_file:
|
||||
- .env # Подключаем файл с секретными переменными (пароли, ключи)
|
||||
volumes: # <--- ДОБАВЬТЕ ЭТОТ РАЗДЕЛ
|
||||
# Монтируем ключ в контейнер по пути, указанному в .env
|
||||
- ./secrets/private.pem:/app/private.pem:ro # :ro - только для чтения
|
||||
networks:
|
||||
- platform-net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user