Skip to content

Commit

Permalink
Add VALIDATE_SELF_DESCRIPTION to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Oct 13, 2023
1 parent c9b4609 commit a4a1ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ services:
- TZ=Europe/Rome
- ISSUER_CONNECTOR_URI=${PROVIDER_ISSUER_CONNECTOR_URI}
- FIREWALL=${PROVIDER_DATA_APP_FIREWALL}
- VALIDATE_SELF_DESCRIPTION=${VALIDATE_SELF_DESCRIPTION}
volumes:
- ./be-dataapp_resources:/config
- be_dataapp_provider_data:/home/nobody/data/
Expand Down Expand Up @@ -267,6 +268,7 @@ services:
- TZ=Europe/Rome
- ISSUER_CONNECTOR_URI=${CONSUMER_ISSUER_CONNECTOR_URI}
- FIREWALL=${CONSUMER_DATA_APP_FIREWALL}
- VALIDATE_SELF_DESCRIPTION=${VALIDATE_SELF_DESCRIPTION}
volumes:
- ./be-dataapp_resources:/config
- ./ecc_cert:/cert
Expand Down

0 comments on commit a4a1ef1

Please sign in to comment.