Skip to content

Commit 6d44b44

Browse files
fix and update new KERIA/Witness docker images
This reverts commit b4be391.
1 parent 7c96b19 commit 6d44b44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/keria.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dt": "2023-12-01T10:05:25.062609+00:00",
2+
"dt": "2023-12-01T10:05:25.062609+00:00",
33
"keria": {
44
"dt": "2023-12-01T10:05:25.062609+00:00",
55
"curls": ["http://keria:3902/"]

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ services:
2121
- 7723:7723
2222

2323
keria:
24-
image: ${KERIA_IMAGE:-weboftrust/keria}:${KERIA_IMAGE_TAG:-0.2.0-dev6}
24+
image: cardanofoundation/cf-idw-keria:22ecde6f
2525
environment:
2626
KERI_AGENT_CORS: 1
2727
<<: *python-env
2828
volumes:
2929
- ./config/keria.json:/keria/config/keri/cf/keria.json
30-
command: start --config-dir /keria/config --config-file keria.json --name agent # Adjusted command line
30+
entrypoint: keria start --config-dir /keria/config --config-file keria.json --name agent # Adjusted command line
3131
healthcheck:
3232
test: wget --spider http://keria:3902/spec.yaml
3333
<<: *healthcheck
@@ -48,4 +48,4 @@ services:
4848
ports:
4949
- 5642:5642
5050
- 5643:5643
51-
- 5644:5644
51+
- 5644:5644

0 commit comments

Comments
 (0)