Skip to content

Commit 39e360d

Browse files
author
Kairo Araujo
committed
Expose TUF metadata on files:9001
It exposes the TUF metadata at `http://files:9001:tuf-metadata` in the container network. For developers at `http://localhost:9001/tuf-metadata`. This commit includes the entry on `docker-compose.yml` and the `rstuf-metadata` volume which is attached to the `files` container. Signed-off-by: Kairo Araujo <[email protected]>
1 parent f4c8234 commit 39e360d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ services:
141141
- packages-archive:/var/opt/warehouse/packages-archive
142142
- sponsorlogos:/var/opt/warehouse/sponsorlogos
143143
- simple:/var/opt/warehouse/simple
144+
- rstuf-metadata:/var/opt/warehouse/tuf-metadata
144145
ports:
145146
- "9001:9001"
146147

0 commit comments

Comments
 (0)