Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
examples: tutorials: rolling alice: federated forge: alice and bob: d…
Browse files Browse the repository at this point in the history
…ocker-compose: Add scitt API emulator

Related: scitt-community/scitt-api-emulator#25
Related: ietf-scitt/use-cases#14
Related: https://codeberg.org/forgejo/discussions/issues/12
Related: ietf-scitt/use-cases#18
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Mar 30, 2023
1 parent b0449e7 commit 6509653
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,21 @@ services:
ports:
- "3000:3000"
- "3022:2222"

alice_forgejo_scitt:
# image: ghcr.io/scitt-community/scitt-api-emulator:main
image: ghcr.io/pdxjohnny/scitt-api-emulator:ci_cd_container_image
restart: always
networks:
- alice_forgejo_network
ports:
- "2090:8000"

bob_forgejo_scitt:
# image: ghcr.io/scitt-community/scitt-api-emulator:main
image: ghcr.io/pdxjohnny/scitt-api-emulator:ci_cd_container_image
restart: always
networks:
- bob_forgejo_network
ports:
- "3090:8000"

0 comments on commit 6509653

Please sign in to comment.