Add .env file to signer service

This commit is contained in:
omaroughriss 2025-09-10 14:30:45 +02:00
parent 47aa2dd934
commit 83af546bc5

View File

@ -129,6 +129,8 @@ services:
sdk_signer:
image: git.4nkweb.com/4nk/sdk_signer:dev
container_name: sdk_signer
env_file:
- .env
ports:
- "9090:9090"
networks: