Skip to content

Commit

Permalink
ci: add explicit container_name
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Dec 16, 2024
1 parent c45e4b7 commit aa8c597
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions agent_application/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ services:
- ./monitoring/grafana/dashboards:/var/lib/grafana/dashboards

ssi-agent:
image: impiercetechnologies/ssi-agent:837870c
# build:
# context: ../..
# dockerfile: ./agent_application/docker/Dockerfile
container_name: ssi-agent
# image: impiercetechnologies/ssi-agent:1.0.0-beta.8
build:
context: ../..
dockerfile: ./agent_application/docker/Dockerfile
ports:
- 3033:3033
environment:
Expand All @@ -63,6 +64,9 @@ services:
UNICORE__EVENT_STORE__CONNECTION_STRING: postgresql://demo_user:demo_pass@cqrs-postgres-db:5432/demo
UNICORE__URL: ${UNICORE__URL}

UNICORE__DID_METHODS__DID_WEB__ENABLED: false
UNICORE__DID_METHODS__DID_JWK__PREFERRED: true

UNICORE__SECRET_MANAGER__STRONGHOLD_PATH: "/app/res/stronghold"
UNICORE__SECRET_MANAGER__STRONGHOLD_PASSWORD: "secure_password"

Expand Down

0 comments on commit aa8c597

Please sign in to comment.