From d135c2bc3d202bccad5989f0f81533d3542c0e63 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Tue, 18 Oct 2022 23:58:40 -0400 Subject: [PATCH] chore(ci): add dockerfile labels --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6bb80d5..9bd750c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,13 @@ RUN ls -hal FROM node:18-alpine3.15 +LABEL org.opencontainers.image.title="Nostr Typescript Relay" +LABEL org.opencontainers.image.source=https://github.com/Cameri/nostr-ts-relay +LABEL org.opencontainers.image.description="nostr-ts-relay" +LABEL org.opencontainers.image.authors="Ricardo Arturo Cabral Mejía" +LABEL org.opencontainers.image.licenses=MIT + + ENV DB_HOST=localhost ENV DB_PORT=5432 ENV DB_NAME=nostr-ts-relay