authservice (1.0.0)
Published 2026-02-15 04:45:25 +01:00 by TheHomecraft
Installation
docker pull git.befatorinc.de/befatorincservices/authservice:1.0.0sha256:3feaff8ab2975c7b3537f77e884ec991ec67ccaa0d42e93607c4250c81ee924d
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| WORKDIR /app |
| COPY /app/server . # buildkit |
| COPY private.pem /app/private.pem # buildkit |
| COPY public.pem /app/public.pem # buildkit |
| EXPOSE [5006/tcp] |
| ENV REDIS_HOST=redis |
| ENV REDIS_PORT=6379 |
| CMD ["./server"] |