mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): add dockerfile labels
This commit is contained in:
parent
89358fa056
commit
d135c2bc3d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user