use SHARED_IMPORT_SECRET

This commit is contained in:
Joerg Reichert 2023-04-29 22:58:51 +02:00
parent 19c29ef021
commit ac5350c461
6 changed files with 12 additions and 5 deletions

View file

@ -12,6 +12,7 @@ services:
environment:
- ELASTICSEARCH_URL=http://elasticsearch:9200
- APPLICATION_HOST=$APPLICATION_HOST
- SHARED_IMPORT_SECRET=$SHARED_IMPORT_SECRET
command: sh -c "cd /home/srm/app && bundle exec puma -C config/puma.rb"
elasticsearch:
user: elasticsearch